Skip to content

Commit ae9d5a0

Browse files
exclude tutorials from pytest for specifically macos13 with python 3.14 since open_spiel does not build correctly
1 parent 28f3860 commit ae9d5a0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,11 @@ jobs:
5252
python -m pip install --upgrade pip
5353
pip install setuptools build cython wheel
5454
pip install -r tests/requirements.txt
55-
pip install -r doc/requirements.txt
5655
- name: Build extension
5756
run: |
5857
python -m pip install -v .
5958
- name: Run tests
60-
run: pytest --run-tutorials
59+
run: pytest
6160

6261
macos-14:
6362
runs-on: macos-14

0 commit comments

Comments
 (0)