Skip to content

Commit

Permalink
[WIP] Try to fix github action error, reset .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Sep 29, 2024
1 parent 71cc0e1 commit 45f86d0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,7 @@ jobs:
miniforge-version: "latest"
channels: conda-forge,defaults
channel-priority: true
- 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
activate-environment: anaconda-client-env
- shell: bash -el {0}
name: Install dependencies
run: |
Expand Down

0 comments on commit 45f86d0

Please sign in to comment.