Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 27, 2023
1 parent e085b69 commit 814b421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
max-parallel: 15
matrix:
node: [16.x, 18.x, 20.x]
python: ["3.8", "3.11", "3.12"]
python: ["3.8", "3.10", "3.12"]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install Dependencies
run: |
npm install --no-progress
python -m pip install pytest
pip install pytest
- name: Set Windows environment
if: startsWith(matrix.os, 'windows')
run: |
Expand Down

0 comments on commit 814b421

Please sign in to comment.