Skip to content

Commit

Permalink
adds a CI job with barvinok
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikcfd committed Jul 7, 2022
1 parent 4a09d15 commit 736c415
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,20 @@ jobs:
( test_py_project )
( test_py_project )
pytest_with_barvinok:
name: Conda Pytest with Barvinok
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Main Script"
run: |
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
echo "- barvinok" >> "$CONDA_ENVIRONMENT"
curl -L -O https://tiker.net/ci-support-v0
. ./ci-support-v0
build_py_project_in_conda_env
test_py_project
examples:
name: Conda Examples
runs-on: ubuntu-latest
Expand Down

0 comments on commit 736c415

Please sign in to comment.