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 04e063a commit 2eb0b96
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 @@ -23,6 +23,7 @@ jobs:
uses: actions/[email protected] # Checks out the repository under $GITHUB_WORKSPACE.

- name: Install conda
continue-on-error: true
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
Expand All @@ -32,6 +33,7 @@ jobs:
conda info -a
- name: Create conda environment
continue-on-error: true
run : |
export PATH=$HOME/miniconda/bin:$PATH
conda create -n test-env python=3.10 > /dev/null
Expand Down

0 comments on commit 2eb0b96

Please sign in to comment.