Skip to content

Commit

Permalink
test new workflow with mtpy-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Aug 30, 2024
1 parent 741004c commit fc4b4e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
git clone https://github.com/MTgeophysics/mtpy-v2.git # @main
cd mtpy-v2
# conda env create -f environment.yml --name=aurora-test
conda env update --file environment.yml
source activate aurora-test
conda env update --file environment.yml # --prune
# source activate aurora-test
pip install git+https://github.com/simpeg/pydiso.git
pip install -e . # executes mtpy-v2 setup.py
pip uninstall aurora
Expand Down

0 comments on commit fc4b4e0

Please sign in to comment.