Skip to content

Commit

Permalink
Add scooby
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jul 1, 2024
1 parent 6f99fe5 commit e714fbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,16 @@ jobs:
conda info -a
- name: Install pyGIMLi
run: conda install -c gimli -c conda-forge pygimli
run: conda install -c gimli -c conda-forge pygimli scooby

- name: Conda list
run: conda list

- name: Which Python
run: which python

- name: Scooby pyGIMLi
run: scooby pygimli

- name: Import pyGIMLi
run: python -c 'import pygimli; print(pygimli.Report())'

0 comments on commit e714fbc

Please sign in to comment.