Skip to content

Commit 4a35cd9

Browse files
ddugovicthomasahle
authored andcommitted
CI set up Pypy 3.9
1 parent 3b4a41c commit 4a35cd9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/python-app.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
19-
- name: Set up Python 3.8
20-
uses: actions/setup-python@v2
18+
- uses: actions/checkout@v3
19+
- name: Set up Pypy 3.9
20+
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.8
22+
python-version: 'pypy3.9'
23+
cache: 'pip' # caching pip dependencies
2324
- name: Install dependencies
2425
run: |
2526
python -m pip install --upgrade pip
@@ -33,4 +34,4 @@ jobs:
3334
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3435
- name: Test
3536
run: |
36-
cd tests && python clean_draws.py
37+
bash tools/quick_tests.sh ./sunfish.py

0 commit comments

Comments
 (0)