File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 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 .
You can’t perform that action at this time.
0 commit comments