Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Add CI jobs for conda/conda-build pre-release test
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Mar 14, 2024
1 parent d80c5e7 commit d30c90c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7]
conda-channel: ['conda-forge', 'conda-canary/label/dev']
steps:
- uses: actions/checkout@v2
- name: install mamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: tests/env.yml
create-args: >-
--channel-priority=flexible
${{ matrix.conda-channel }}::conda
${{ matrix.conda-channel }}::conda-build
- name: Install boa
shell: bash -l {0}
run: |
Expand Down

0 comments on commit d30c90c

Please sign in to comment.