Skip to content

Commit

Permalink
Use a vent
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 authored Apr 25, 2024
1 parent bd137f9 commit 5073559
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,14 @@ jobs:
fail-fast: false
max-parallel: 10
matrix:
python-version: ['3.12', '3.11', '3.10', '3.9', '3.8']
python-version: ['3.12', '3.11', '3.10', '3.9']
os: [ubuntu-latest, macos-latest]
exclude:
# mac os: exclude all but the last two (available) python releases
- os: macos-latest
python-version: 3.8
python-version: 3.10
- os: macos-latest
python-version: 3.7
# mac os: exclude python 3.11 since it's not yet available for runners
- os: macos-latest
python-version: 3.11
python-version: 3.9

steps:
- name: checkout
Expand All @@ -42,9 +39,11 @@ jobs:
uses: actions/[email protected]
with:
python-version: ${{ matrix.python }}

- name: set up virtual env
run: python3 -m venv venv

- name: upgrade pip
if: ${{ matrix.os == 'ubuntu-latest' }}
run: python3 -m pip install --upgrade pip

- name: pip install development dependencies
Expand Down

0 comments on commit 5073559

Please sign in to comment.