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 3807ea1 commit e3b2dc1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/liat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,17 @@ jobs:
run: |
curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh -b -p $HOME/miniconda
conda config --set always_yes yes --set changeps1 no
export PATH=$HOME/miniconda/bin:$PATH
conda init bash > /dev/null
conda update -q conda
conda info -a
- name: Create conda environment
continue-on-error: true
run : |
export PATH=$HOME/miniconda/bin:$PATH
conda init bash
conda create -n test-env python=3.10
conda init bash > /dev/null
conda create -n test-env python=3.10 > /dev/null
conda activate test-env
conda install pheno-utils
conda list
Expand Down

0 comments on commit e3b2dc1

Please sign in to comment.