Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 3, 2023
1 parent 578f832 commit 268f751
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/conda-pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
conda install -c conda-forge xesmf esmpy -y
export ESMFMKFILE='/usr/share/miniconda/lib/esmf.mk'
pip install -e .
- name: run pytest
run: pytest
run: |
which python
python -m pytest

0 comments on commit 268f751

Please sign in to comment.