Skip to content

Commit 1a0d21b

Browse files
kaushikcfdinducer
authored andcommitted
adds a CI job with barvinok
1 parent d94668d commit 1a0d21b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,20 @@ jobs:
104104
( test_py_project )
105105
( test_py_project )
106106
107+
pytest_with_barvinok:
108+
name: Conda Pytest with Barvinok
109+
runs-on: ubuntu-latest
110+
steps:
111+
- uses: actions/checkout@v2
112+
- name: "Main Script"
113+
run: |
114+
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
115+
echo "- barvinok" >> "$CONDA_ENVIRONMENT"
116+
curl -L -O https://tiker.net/ci-support-v0
117+
. ./ci-support-v0
118+
build_py_project_in_conda_env
119+
test_py_project
120+
107121
examples:
108122
name: Conda Examples
109123
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)