Skip to content

Commit

Permalink
Remove Windows from test workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Jun 18, 2024
1 parent fa2e4d3 commit e2daa20
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
os: [ubuntu-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'poetry'
if: matrix.os == 'windows-latest'

- name: Run tests
run: |
Expand Down

0 comments on commit e2daa20

Please sign in to comment.