Skip to content

Commit

Permalink
Disable mac build test - not sure why it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jloveric committed May 19, 2024
1 parent d0cd231 commit f4632af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
python-version: [3.9]
poetry-version: [1.8.3]
os: [ubuntu-latest, macos-latest] #[ubuntu-latest,macos-latest, windows-latest] windows and mac are flaky
os: [ubuntu-latest] #[ubuntu-latest,macos-latest, windows-latest] windows and mac are flaky
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f4632af

Please sign in to comment.