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 5375ab9 commit f06060b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/liat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3 # Checks out the repository under $GITHUB_WORKSPACE.

- name: Setup conda
uses: conda-incubator/setup-miniconda@v3.0.1
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: pheno
python-version: 3.11
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Pheno Utils
shell: bash -el {0}
run: conda install pheno-utils

# - name: Install conda
# continue-on-error: true
# run: |
Expand Down

0 comments on commit f06060b

Please sign in to comment.