diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 74e3de1..6e5101c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -231,7 +231,7 @@ jobs: - run: brew install PyYAML - run: which python3 - run: which pip3 - - run: pip install pytest + - run: pip3 install pytest - uses: actions/checkout@v1 - run: PYTHONPATH=. python3 -m pytest - run: PYTHONPATH=. python3 ./tests/integration_tests.py