Skip to content

Commit

Permalink
ci: lock fiona version
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ authored Jan 3, 2025
1 parent c951adf commit 7c2bd63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/manual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ 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
run: |
pdm add "fiona<1.10"
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 7c2bd63

Please sign in to comment.