Skip to content

Commit

Permalink
Fix pandas version also in windows build
Browse files Browse the repository at this point in the history
check docs as well!
  • Loading branch information
johanvdw committed Dec 4, 2023
1 parent 0bf2c21 commit 2779ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install pandas pyyaml rasterio fiona
conda install pandas=1.5.3 pyyaml rasterio fiona
pip install -e .
pip install -r dev-requirements.txt coverage
pytest --cov niche_vlaanderen --cov-report xml --verbose --tb=long
Expand Down

0 comments on commit 2779ce0

Please sign in to comment.