Skip to content

Commit

Permalink
Update mamba github action
Browse files Browse the repository at this point in the history
  • Loading branch information
xin-huang committed Oct 11, 2024
1 parent 3bd56b1 commit a1a1325
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Add micromamba to system path
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-name: gaia-build
activate-environment: gaia-build
environment-file: build-env.yaml
- name: Test with pytest
run: |
Expand Down

0 comments on commit a1a1325

Please sign in to comment.