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 fa108fe commit d8b53df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/liat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ jobs:
# conda config --set always_yes yes --set changeps1 no
conda update -q conda
conda info -a
shell: bash -l {0}

- name: Create conda environment
run : |
conda create -n test-env python=3.10
conda activate test-env
conda install pheno-utils
conda list
shell: bash -l {0}

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit d8b53df

Please sign in to comment.