Skip to content

Commit

Permalink
CI: creating Windows installer does not need Python
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Sep 5, 2024
1 parent b9d7416 commit 11ed378
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,6 @@ jobs:
# The GAP to be wrapped is put into gap-$GAP_VERSION/
# The gap-windows script requires the GAP directory to be named this way.

- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: "Install some python packages"
run: |
python -m pip install -r dev/releases/requirements.txt
# Download the artifact -- for an actual release, this contains the
# exact same tarball as was uploaded to the release as an asset
- name: "Download GAP archive from previous job"
Expand Down

0 comments on commit 11ed378

Please sign in to comment.