Skip to content

Commit

Permalink
fix: error in the env test
Browse files Browse the repository at this point in the history
  • Loading branch information
renaudjester committed Aug 22, 2024
1 parent ee196b9 commit 8da98a1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 305 deletions.
5 changes: 5 additions & 0 deletions conda_environment_sphinx.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
dependencies:
- python==3.9.18
- pip
- pip:
- shinx==7.4.7
- sphinx-click==6.0.0
10 changes: 8 additions & 2 deletions conda_environment_test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
dependencies:
- python==3.12
- pytest==8.1.1
- pip
- xarray==2024.3.0
- pystac==1.8.3
- tox==4.11.4
- netcdf4==1.6.5
- syrupy==4.6.1
- pip:
- shinx==7.4.7
- sphinx-click==6.0.0
- pytest-order==1.2.1
- freezegun==1.5.1
Loading

0 comments on commit 8da98a1

Please sign in to comment.