Skip to content

Commit

Permalink
ci: change fiona installation
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Jan 3, 2025
1 parent 7c2bd63 commit 1b9ba18
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/manual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install pdm
run: pip install pdm
run: pip install pdm "fiona==1.9.6"
- name: Generate lock with oldest dependencies
run: |
pdm add "fiona<1.10"
pdm lock --lockfile pdm.oldest.lock --strategy no_cross_platform,direct_minimal_versions -G cli -dG test
run: pdm lock --lockfile pdm.oldest.lock --strategy no_cross_platform,direct_minimal_versions -G cli -dG test
- name: Install quackosm and tests dependencies
run: pdm install --lockfile pdm.oldest.lock -G cli -dG test --skip=post_install
- name: Run tests with pytest
Expand Down

0 comments on commit 1b9ba18

Please sign in to comment.