Skip to content

Commit

Permalink
Test conda install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBryan51 committed Mar 12, 2024
1 parent 8a1e1a8 commit beb2620
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
build_conda_package:

test_conda_package_install:

runs-on: ubuntu-latest

Expand All @@ -41,7 +41,9 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: '3.9'
- name: Test conda build
- name: Test conda package install
run: |
conda install conda-build
conda build -c conda-forge -c accessnri -c coecms .
conda build -c conda-forge -c accessnri -c coecms .
conda install --no-channel-priority -c conda-forge -c accessnri -c coecms -c local benchcab
benchcab --version

0 comments on commit beb2620

Please sign in to comment.