We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9cab1 commit 2f8227bCopy full SHA for 2f8227b
.github/workflows/python.yml
@@ -32,7 +32,7 @@ jobs:
32
cd dist
33
pip install -v pygambit*.tar.gz
34
- name: Run tests
35
- run: pytest
+ run: pytest --run-tutorials
36
37
macos-13:
38
runs-on: macos-13
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
python -m pip install -v .
59
60
61
62
macos-14:
63
runs-on: macos-14
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
windows:
88
runs-on: windows-latest
@@ -107,4 +107,4 @@ jobs:
107
108
109
110
0 commit comments