diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5238ce2..a5cedce3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push] jobs: test: - runs-on: $${{ matrix.os }} + runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] @@ -22,6 +22,4 @@ jobs: pip install -r requirements.txt -r requirements-dev.txt - name: Test run: | - pwd - export PYTHONPATH=".":$PYTHONPATH - cd test/ && python -m unittest discover -vv + cd test/ && python -m unittest discover -vv \ No newline at end of file