Skip to content

Commit

Permalink
Add missing setup
Browse files Browse the repository at this point in the history
  • Loading branch information
al-025 committed Feb 14, 2024
1 parent 9a2e4d7 commit a5672ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.12"]
python-version: ["3.7", "3.12"]

steps:
- uses: actions/checkout@v3
Expand All @@ -30,5 +30,6 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: tests
run: |
python setup.py
python tests/suite.py
python s2protocol/s2_cli.py --all --ndjson --profile tests/s2replaystatsdata/2018_05_17_Z_Raphtor_VS_T_Tocon.SC2Replay

0 comments on commit a5672ab

Please sign in to comment.