Skip to content

Commit 38b846b

Browse files
committed
Merge branch 'nonchordal-admm' of github.com:utiasASRL/certifiable-tools into nonchordal-admm
2 parents 85645d2 + 5b7ca7a commit 38b846b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package-conda.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3333
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3434
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
35-
- name: Test with pytest
35+
- name: Setup MOSEK + Run tests
36+
env:
37+
MOSEKLM_LICENSE_FILE: ${{ secrets.MSK_LICENSE }}
3638
run: |
3739
conda install pytest
3840
pytest .

0 commit comments

Comments
 (0)