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 43e10c1 commit 6eefec3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
- name: Install pdm
run: pip install pdm
- name: Generate lock with oldest dependencies
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: |
echo "fiona==1.9.6" >> fiona_constraint.txt
pdm install --override fiona_constraint.txt --lockfile pdm.oldest.lock -G cli -dG test --skip=post_install
pdm lock --override fiona_constraint.txt --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
run: |
pdm run pytest -v -s --durations=20 tests/base
Expand Down

0 comments on commit 6eefec3

Please sign in to comment.