Skip to content

Commit

Permalink
[WIP] Fix github action error
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Sep 29, 2024
1 parent e099c9b commit 71cc0e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ jobs:
miniforge-version: "latest"
channels: conda-forge,defaults
channel-priority: true
activate-environment: anaconda-client-env
- shell: bash -el {0}
name: Install mamba
run: |
conda install -n base -c conda-forge mamba
- shell: bash -el {0}
name: Create and activate environment
run: |
mamba create -n anaconda-client-env
echo "conda activate anaconda-client-env" >> $GITHUB_ENV
- shell: bash -el {0}
name: Install dependencies
run: |
Expand Down

0 comments on commit 71cc0e1

Please sign in to comment.