Skip to content

Commit

Permalink
changed pytest to a micromamba command
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschwanden committed Nov 15, 2024
1 parent 806cb44 commit 55de173
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
environment-file: environment.yml
cache-environment: true
post-cleanup: 'all'
- name: Test with pytest
- name: Run tests
run: |
python -m pytest
micromamba run -n pism-ragis pytest
53 changes: 26 additions & 27 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
numpy
earthaccess
SALib
bokeh
cartopy
cdo
cf-xarray
cf_units
cftime
dask[distributed,dataframe]
earthaccess
flox
geocube
geopandas
gsl
h5netcdf
joblib
joblib
jupyter
matplotlib
netCDF4<1.7
numpy
openpyxl
pandas
scipy
shapely
h5netcdf
xarray
pint_xarray
cf_units
jupyter
joblib
pyogrio
pyarrow
tqdm
openpyxl
pytest
toml
types-toml
cartopy
SALib
pyDOE2
cftime
netCDF4<1.7
seaborn
pyarrow
pyarrow
pyogrio
rioxarray
geocube
geopandas
cf-xarray
cdo
gsl
flox
scipy
seaborn
shapely
toml
tqdm
types-toml
xarray
xdem

0 comments on commit 55de173

Please sign in to comment.