Skip to content

Commit

Permalink
Merge pull request #247 from umr-lops/ci_fix
Browse files Browse the repository at this point in the history
fix python version conflict at build stage
  • Loading branch information
agrouaze authored Dec 3, 2024
2 parents 41b613d + a8ca8d5 commit 1ed0703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/requirements/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- conda-forge
dependencies:
- ipython
- python
- pre-commit
- pytest
- pytest-reportlog
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:
- xarray
- rioxarray >=0.10
- pandoc
- python >=3.8
- python
- importlib_resources
- lxml

0 comments on commit 1ed0703

Please sign in to comment.