Skip to content

Commit f4632af

Browse files
committed
Disable mac build test - not sure why it fails
1 parent d0cd231 commit f4632af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
python-version: [3.9]
1414
poetry-version: [1.8.3]
15-
os: [ubuntu-latest, macos-latest] #[ubuntu-latest,macos-latest, windows-latest] windows and mac are flaky
15+
os: [ubuntu-latest] #[ubuntu-latest,macos-latest, windows-latest] windows and mac are flaky
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)