We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94668d commit 1a0d21bCopy full SHA for 1a0d21b
1 file changed
.github/workflows/ci.yml
@@ -104,6 +104,20 @@ jobs:
104
( test_py_project )
105
106
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
+
121
examples:
122
name: Conda Examples
123
runs-on: ubuntu-latest
0 commit comments