Skip to content

Commit

Permalink
github-ci: fix MacOS test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Jul 8, 2024
1 parent 31e6627 commit 61b278b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,10 @@ jobs:
name: MacOS Latest
runs-on: macos-latest
steps:
- run: PATH="/usr/local/opt/python/libexec/bin:$PATH" >> $GITHUB_ENV
- run: brew install python
- run: pip3 install PyYAML
- run: pip3 install pytest
- run: brew install PyYAML
- run: pip3 install --break-system-packages pytest
- uses: actions/checkout@v1
- run: PYTHONPATH=. python3 -m pytest
- run: PYTHONPATH=. python3 ./tests/integration_tests.py

0 comments on commit 61b278b

Please sign in to comment.