Skip to content

Commit 65dd56c

Browse files
committed
removing mac os from testing
1 parent 323b090 commit 65dd56c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, macos-latest]
10+
os: [ubuntu-latest]
1111
#os: [ubuntu-latest, macos-latest, windows-latest]
1212
python-version: ["3.9", "3.10", "3.11"]
1313

0 commit comments

Comments
 (0)