We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d0a4a commit d4562c4Copy full SHA for d4562c4
.github/workflows/ci-sage.yml
@@ -64,10 +64,6 @@ jobs:
64
sudo DEBIAN_FRONTEND=noninteractive apt-get update
65
sudo DEBIAN_FRONTEND=noninteractive apt-get install $DIST_PREREQ
66
if: env.DIST_PREREQ != ''
67
- - uses: actions/setup-python@v5
68
- with:
69
- python-version: '3.10'
70
- - run: pip install build
71
- name: Run make dist, prepare upstream artifact
72
run: |
73
(cd build/pkgs/${{ env.SPKG }}/src && git archive --format=tar.gz --prefix=${{ env.SPKG }}-git/ HEAD > ${{ env.SPKG }}-git.tar.gz) \
0 commit comments