Skip to content

Commit

Permalink
Update conda_environment_setup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeller authored Mar 26, 2024
1 parent 802ef60 commit ac057a2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/conda_environment_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ jobs:
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda install mamba -c conda-forge
- name: Set up environment
run: |
mamba create -n cinful
mamba env update -n cinful --file cinful/env/cinful_conda.yml
conda create -n cinful python=3.8.13 pip
conda env update -n cinful --file cinful/env/cinful_conda.yml
- name: align_with_verifiedCvab
run: |
Expand Down

0 comments on commit ac057a2

Please sign in to comment.