Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Jul 8, 2024
1 parent 3c3beda commit b284062
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,8 @@ jobs:
runs-on: macos-latest
steps:
- run: brew install python
#- run: pip3 install PyYAML
- run: brew install PyYAML
#- run: brew search pytest
#- run: brew install pytest
- run: pip install pytest
- uses: actions/checkout@v1
- run: PYTHONPATH=. python3 -m pytest
- run: PYTHONPATH=. python3 ./tests/integration_tests.py

0 comments on commit b284062

Please sign in to comment.