Skip to content

Commit

Permalink
Revert "don't install autoconf"
Browse files Browse the repository at this point in the history
This reverts commit 6ed44d3.
  • Loading branch information
tobiasdiez authored Nov 7, 2024
1 parent 6ed44d3 commit 8723d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
shell: bash {0}
run: |
choco --version
choco install gcc-core gcc-g++ python3${{ matrix.python-version }}-devel --source cygwin
choco install make autoconf gcc-core gcc-g++ python3${{ matrix.python-version }}-devel --source cygwin
- name: Install dependencies
run: |
C:\\tools\\cygwin\\bin\\bash -l -x -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && python3.${{ matrix.python-version }} -m pip install --upgrade pip && python3.${{ matrix.python-version }} -m pip install --upgrade -r requirements.txt'
Expand Down

0 comments on commit 8723d9b

Please sign in to comment.