Skip to content

Commit

Permalink
try with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jul 4, 2024
1 parent fe5dc33 commit 24b91e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ jobs:
conda config --show
conda info -a
- name: Install pipscooby
run: conda install -c conda-forge pip scooby

- name: Install pyGIMLi
run: conda install -c gimli -c conda-forge pygimli scooby
run: pip install pygimli


- name: Conda list
run: conda list
Expand Down

0 comments on commit 24b91e3

Please sign in to comment.