We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dba17d commit a1a8fb6Copy full SHA for a1a8fb6
.github/workflows/ci.yml
@@ -101,6 +101,20 @@ jobs:
101
( test_py_project )
102
103
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
+
118
examples:
119
name: Conda Examples
120
runs-on: ubuntu-latest
0 commit comments