Skip to content

Commit

Permalink
WIP: CI: Limit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Feb 25, 2024
1 parent e5be06b commit b6cd4f7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7"]
os: [windows-latest]
python-version: ["pypy3.7"]
include:
- os: ubuntu-latest
os-name: Linux
pip-cache-path: ~/.cache/pip
- os: macos-latest
os-name: MacOS
pip-cache-path: ~/Library/Caches/pip
- os: windows-latest
os-name: w32
pip-cache-path: ~\AppData\Local\pip\Cache
Expand Down

0 comments on commit b6cd4f7

Please sign in to comment.