Skip to content

Commit

Permalink
Update .github/workflows/conda_canary.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Haag <jonas@lophus.org>
  • Loading branch information
AntoinePrv and jonashaag committed Dec 6, 2023
1 parent ebf4bf2 commit c24c0d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
ref: '1.x' # Conda latest is on 1.x version
with:
ref: '1.x' # Conda latest is on 1.x version
- name: create mamba build environment
uses: mamba-org/setup-micromamba@v1
with:
Expand Down

0 comments on commit c24c0d0

Please sign in to comment.