Skip to content

Commit

Permalink
Run in batch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed Aug 12, 2024
1 parent 33bdbbf commit 0837585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- 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
bash -b Miniforge3-$(uname)-$(uname -m).sh
conda create -n cnv_facets
conda activate cnv_facets
Expand Down

0 comments on commit 0837585

Please sign in to comment.