Skip to content

Commit

Permalink
try fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
liggest committed Sep 1, 2023
1 parent c7d7732 commit 165384f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11"]
exclude: # do not test on these settings
- os: macos-latest
python-version: ["3.9", "3.11", "3.12"]
python-version: ["3.9", "3.11"]
- os: windows-latest
python-version: ["3.9", "3.11", "3.12"]
python-version: ["3.9", "3.11"]

steps:
- uses: actions/checkout@v3
Expand All @@ -34,7 +34,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pdm install --dev
- name: Lint with ruff
run: |
Expand Down

0 comments on commit 165384f

Please sign in to comment.