Skip to content

Commit a1a8fb6

Browse files
committed
adds a CI job with barvinok
1 parent 2dba17d commit a1a8fb6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)