Skip to content

Commit

Permalink
WIP: CI: Only test py27 @ w32
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Jul 24, 2024
1 parent 0e7bd96 commit 7b5c144
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "=3.9[build=*_pypy]"]
os: ['windows-latest']
python-version: ["2.7"]

include:
- os: ubuntu-latest
os-name: Linux
pip-cache-path: ~/.cache/pip
- os: windows-latest
os-name: w32
pip-cache-path: ~\AppData\Local\pip\Cache
Expand Down

0 comments on commit 7b5c144

Please sign in to comment.