Skip to content

Commit

Permalink
Conda canary on 1.x (mamba-org#2950)
Browse files Browse the repository at this point in the history
* Conda canary on 1.x

* Update .github/workflows/conda_canary.yml

Co-authored-by: Jonas Haag <jonas@lophus.org>

---------

Co-authored-by: Jonas Haag <jonas@lophus.org>
  • Loading branch information
AntoinePrv and jonashaag authored Dec 6, 2023
1 parent edb7565 commit 3cb488b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/conda_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
conda_nightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
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 3cb488b

Please sign in to comment.