diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml index 37fe3de..b286d18 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -21,9 +21,6 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt - - name: Set PYTHONPATH - run: echo "PYTHONPATH=$(PWD)/" >> $GITHUB_ENV - - name: Run tests run: | pytest \ No newline at end of file