diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index f2b3915..debdd64 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -35,6 +35,5 @@ jobs: - name: Test with pytest run: | - pytest pony.py --doctest-modules --junitxml=junit/test-results.xml \ - --live-server-wait + python -c "import sys; print(sys.version)"