Skip to content

Commit

Permalink
Update CI to run perft tests on stable Python
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Mar 18, 2022
1 parent 03509ec commit a21836d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.10.0-alpha.2"
python-version: "3.10"
- run: pip install -e .
- run: python examples/perft/perft.py -t 1 examples/perft/random.perft --max-nodes 10000
- run: python examples/perft/perft.py -t 1 examples/perft/tricky.perft
Expand All @@ -49,15 +49,12 @@ jobs:
- run: python -m mypy --strict chess
- run: python -m mypy --strict examples/**/*.py
readme:
strategy:
matrix:
python-version: ["3.10"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
python-version: "3.10"
- run: sudo apt-get update && sudo apt-get install -y docutils-common
- run: python setup.py --long-description | rst2html --strict --no-raw > /dev/null
- run: pip install -e .
Expand Down

0 comments on commit a21836d

Please sign in to comment.