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 f645c16 commit 616886d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ jobs:
- run: PATH="/usr/local/opt/python/libexec/bin:$PATH" >> $GITHUB_ENV
- run: brew install python
- run: brew install PyYAML
- run: which python
- run: which pip
- run: which python3
- run: which pip3
- run: pip install pytest
- uses: actions/checkout@v1
- run: PYTHONPATH=. python3 -m pytest
Expand Down

0 comments on commit 616886d

Please sign in to comment.