Skip to content

Commit a21836d

Browse files
committed
Update CI to run perft tests on stable Python
1 parent 03509ec commit a21836d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: actions/setup-python@v3
2626
with:
27-
python-version: "3.10.0-alpha.2"
27+
python-version: "3.10"
2828
- run: pip install -e .
2929
- run: python examples/perft/perft.py -t 1 examples/perft/random.perft --max-nodes 10000
3030
- run: python examples/perft/perft.py -t 1 examples/perft/tricky.perft
@@ -49,15 +49,12 @@ jobs:
4949
- run: python -m mypy --strict chess
5050
- run: python -m mypy --strict examples/**/*.py
5151
readme:
52-
strategy:
53-
matrix:
54-
python-version: ["3.10"]
5552
runs-on: ubuntu-latest
5653
steps:
5754
- uses: actions/checkout@v3
5855
- uses: actions/setup-python@v3
5956
with:
60-
python-version: ${{ matrix.python-version }}
57+
python-version: "3.10"
6158
- run: sudo apt-get update && sudo apt-get install -y docutils-common
6259
- run: python setup.py --long-description | rst2html --strict --no-raw > /dev/null
6360
- run: pip install -e .

0 commit comments

Comments
 (0)