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 7ebdcfa commit 15d6f7a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/liat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
export PATH=$GITHUB_WORKSPACE:$PATH
echo "PATH: $PATH"
# Install tar and gzip for code checkout
- name: Install tar
run: yum install -y tar
run: yum install -y tar gzip

- name: Checkout Code
continue-on-error: true
Expand All @@ -43,14 +44,14 @@ jobs:
echo "export PATH=$HOME/miniconda/bin:$PATH" >> $HOME/.bashrc
source $HOME/.bashrc
conda init bash
# conda config --set always_yes yes --set changeps1 no
conda config --set always_yes yes --set changeps1 no
conda update -q conda
conda info -a
- name: Create conda environment
env:
PATH: $HOME/miniconda/bin:$PATH
run : |
export PATH=$HOME/miniconda/bin:$PATH
which conda
conda create -n test-env python=3.10
conda activate test-env
conda install pheno-utils
Expand Down

0 comments on commit 15d6f7a

Please sign in to comment.