Skip to content

Commit

Permalink
Use option
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed Aug 12, 2024
1 parent 3a4a6f7 commit 3520197
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Conda env setup
run: |
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3-$(uname)-$(uname -m).sh -b
cat ~/.bashrc
source ~/.bashrc
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: false
use-only-tar-bz2: true
miniforge-version: latest
- name: Install cnv_facets
run: |
mamba create --yes -n cnv_facets
Expand Down

0 comments on commit 3520197

Please sign in to comment.