Skip to content

Commit

Permalink
Do not test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Mar 7, 2024
1 parent c9100b1 commit 40db9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-latest, ubuntu-latest]
version: [0.1.8]
steps:
- name: Checkout
Expand Down

0 comments on commit 40db9eb

Please sign in to comment.