Skip to content

Commit

Permalink
Update setup_python github action
Browse files Browse the repository at this point in the history
  • Loading branch information
psarka committed Sep 6, 2022
1 parent ea6863d commit 59dec43
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, '3.10', 'pypy3.10']
exclude:
- os: macos-latest
python-version: pypy3
python-version: [3.7, 3.8, 3.9, '3.10', 'pypy3.7', 'pypy3.9']

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 59dec43

Please sign in to comment.