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 404846b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 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,8 @@ 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 search --use-local benchcab

0 comments on commit 404846b

Please sign in to comment.