Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
LiatSchulz committed Feb 13, 2024
1 parent 870edd8 commit 5386dbb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/liat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ jobs:
python-version: 3.11
- name: Conda info
shell: bash -el {0}
run: conda info
run: conda list
- name: Pheno Utils
shell: bash -el {0}
run: conda install pheno-utils
run: |
conda list
pip install pheno-utils
conda list
# - name: Install conda
# continue-on-error: true
Expand Down

0 comments on commit 5386dbb

Please sign in to comment.