Skip to content

Commit

Permalink
use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 3, 2023
1 parent 427a506 commit 4f534ea
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 @@ -10,15 +10,17 @@ jobs:
uses: actions/checkout@v2

- name: Install the repo
shell: bash -l {0}
run: |
conda create -n test python=3.10 -y
activate test
conda activate test
conda install -c conda-forge xesmf esmpy -y
export ESMFMKFILE='/usr/share/miniconda/lib/esmf.mk'
pip install -e .
- name: run pytest
shell: bash -l {0}
run: |
activate test
conda activate test
which python
python -m pytest

0 comments on commit 4f534ea

Please sign in to comment.