Skip to content

Commit

Permalink
remove windows and mac from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Oct 29, 2023
1 parent 4b7ea6d commit 59ea3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
max-parallel: 12
matrix:
python-version: ["3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 59ea3eb

Please sign in to comment.