Skip to content

Commit

Permalink
Conda canary on 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Dec 6, 2023
1 parent edb7565 commit ebf4bf2
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 @@ -27,7 +27,8 @@ jobs:
conda_nightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
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 ebf4bf2

Please sign in to comment.