Skip to content

Commit 843cda5

Browse files
authored
Still having docker issues with macOS. Remove that as a test
platform again for now.
1 parent 2f7314a commit 843cda5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testEndToEnd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
python_version: ["3.9", "3.10", "3.11"]
15-
operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest"]
15+
operating_system: ["ubuntu-20.04", "ubuntu-22.04"]
16+
#operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest"]
17+
1618

1719
runs-on: ${{ matrix.operating_system }}
1820
steps:

0 commit comments

Comments
 (0)