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 e3b2dc1 commit 43673b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/liat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Checkout Code
continue-on-error: true
uses: actions/checkout@v2 # Checks out the repository under $GITHUB_WORKSPACE.
uses: actions/checkout@v4 # Checks out the repository under $GITHUB_WORKSPACE.

- name: Install conda
run: |
Expand All @@ -36,14 +36,14 @@ jobs:
continue-on-error: true
run : |
export PATH=$HOME/miniconda/bin:$PATH
conda init bash > /dev/null
conda create -n test-env python=3.10 > /dev/null
conda init bash > /dev/null
conda activate test-env
conda install pheno-utils
conda list
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::081569964966:role/github_cicd
aws-region: eu-west-1
Expand Down

0 comments on commit 43673b4

Please sign in to comment.