Skip to content

Commit

Permalink
use pip rather than conda
Browse files Browse the repository at this point in the history
  • Loading branch information
callumrollo committed Oct 7, 2024
1 parent a891f5b commit 15e7cc9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
uses: mamba-org/[email protected]
with:
environment-name: test-env
environment-file: tests/environment.yml
create-args: >-
python=${{ matrix.python-version }}
python=${{ matrix.python-version }} --file tests-requirements.txt --channel conda-forge
- name: Conda info
shell: micromamba-shell {0}
run: conda info; conda list
Expand Down
21 changes: 13 additions & 8 deletions tests-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
pytest
pytest-cov
matplotlib
numpy
xarray
bitstring
dbdreader
dask
netcdf4
gsw
netcdf4
numpy
pooch
scipy
bitstring
pooch
xarray
polars>=1.1
pytest
pytest-cov
pooch
matplotlib
compliance-checker
cc-plugin-glider

0 comments on commit 15e7cc9

Please sign in to comment.