Skip to content

Commit

Permalink
github-ci: (wip) 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 68b9f21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ jobs:
runs-on: macos-latest
steps:
- run: brew install python
- run: pip3 install PyYAML
#- run: pip3 install PyYAML
- run: brew install PyYAML
- run: pip3 install pytest
- uses: actions/checkout@v1
- run: PYTHONPATH=. python3 -m pytest
Expand Down

0 comments on commit 68b9f21

Please sign in to comment.