Skip to content

Commit

Permalink
ci: Remove windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan authored Aug 23, 2024
1 parent 8ac1ab6 commit ae9b2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
runs-on: [ubuntu-latest, windows-latest, macos-14]
runs-on: [ubuntu-latest, macos-14]
steps:
- name: Check pypi packages
run: |
Expand Down

0 comments on commit ae9b2be

Please sign in to comment.