Skip to content

Commit

Permalink
test fixed spec
Browse files Browse the repository at this point in the history
  • Loading branch information
victoria-cherkas committed Sep 12, 2023
1 parent 7b751d9 commit 6bcfe96
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions env/environment_fixed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
channels:
- conda-forge
- nodefaults
dependencies:
- python=3.9.16
- git=2.34.1
- pip
- cfgrib=0.9.10.4
- eccodes=2.25.0
- numpy=1.25.2
- xarray=2023.8.0
- pytest=7.4.2
- psy-reg=1.4.0
- psy-maps=1.4.2
- cartopy=0.22.0
- matplotlib=3.7.2
- ipympl=0.9.3
- cmcrameri=1.7
- jupyter=1.0.0
- pyinterp=2023.5.0
- pip:
- git+https://github.com/psyplot/psy-transect#egg=psy-transect
- iconarray==0.3.2
- pre-commit=3.4.0
2 changes: 1 addition & 1 deletion testsuite/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export CONDA_VERBOSITY=3

conda config --set always_yes yes --set changeps1 no
conda config --add channels conda-forge
conda env create --name ${CONDA_ENV_NAME}_${NODE_NAME} --file env/environment.yml
conda env create --name ${CONDA_ENV_NAME}_${NODE_NAME} --file env/environment_fixed.yml

conda activate ${CONDA_ENV_NAME}_${NODE_NAME}
source env/setup-conda-env.sh
Expand Down

0 comments on commit 6bcfe96

Please sign in to comment.