Skip to content

Commit

Permalink
ENH: Update test_pytest.yaml to remove Windows with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Jun 16, 2024
1 parent 9322646 commit 0f7709f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
python-version: [3.8, 3.12]
include:
- os: macos-latest
python-version: 3.12
- os: windows-latest
python-version: 3.12
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit 0f7709f

Please sign in to comment.