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 fc4b4e0 commit c0ce42a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
git clone https://github.com/MTgeophysics/mtpy-v2.git # @main
cd mtpy-v2
tail -n+2 environment.yml >> unnamed_environment.yaml
# conda env create -f environment.yml --name=aurora-test
conda env update --file environment.yml # --prune
conda env update --file unnamed_environment.yaml # --prune
# source activate aurora-test
pip install git+https://github.com/simpeg/pydiso.git
pip install -e . # executes mtpy-v2 setup.py
Expand Down

0 comments on commit c0ce42a

Please sign in to comment.