Skip to content

Commit

Permalink
TST: temporary changing git actions (#590)
Browse files Browse the repository at this point in the history
* DEV: Remove macos-latest from pytest tests

* Update test_pytest.yaml to use macos-latest and python 3.9

* DEV: exclude macOS + python 3.8 from tests
  • Loading branch information
Gui-FernandesBR committed May 1, 2024
1 parent 9a8e0c1 commit fbeff2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
python-version: [3.8, 3.12]
include:
- os: macos-latest
python-version: 3.12
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit fbeff2c

Please sign in to comment.