Skip to content

Commit d4562c4

Browse files
committed
.github/workflows/ci-sage.yml (dist): Remove unnecessary Python install
1 parent 17d0a4a commit d4562c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci-sage.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ jobs:
6464
sudo DEBIAN_FRONTEND=noninteractive apt-get update
6565
sudo DEBIAN_FRONTEND=noninteractive apt-get install $DIST_PREREQ
6666
if: env.DIST_PREREQ != ''
67-
- uses: actions/setup-python@v5
68-
with:
69-
python-version: '3.10'
70-
- run: pip install build
7167
- name: Run make dist, prepare upstream artifact
7268
run: |
7369
(cd build/pkgs/${{ env.SPKG }}/src && git archive --format=tar.gz --prefix=${{ env.SPKG }}-git/ HEAD > ${{ env.SPKG }}-git.tar.gz) \

0 commit comments

Comments
 (0)