Skip to content

Commit

Permalink
try to fix cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Nov 17, 2024
1 parent e1cf135 commit 004b52a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Set up Cygwin
uses: egor-tensin/setup-cygwin@v4
with:
packages: gcc-core gcc-g++ python3${{ matrix.python-version }}-devel ninja
packages: gcc-core gcc-g++ python3${{ matrix.python-version }}-devel ninja pkgconf
- name: Install dependencies
shell: C:\tools\cygwin\bin\bash.exe --norc -eo pipefail -o igncr '{0}'
run: |
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
meson-python
ninja
build
wheel
Cython
Expand Down

0 comments on commit 004b52a

Please sign in to comment.