diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 4522de0..b269661 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -34,7 +34,7 @@ jobs: uses: isort/isort-action@master with: requirementsFiles: "requirements.txt doc/requirements.txt" - sortPaths: ['doc', 'src', 'examples', 'test', 'setup.py'] + sortPaths: "./doc ./src ./examples ./test ./setup.py" - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names @@ -55,4 +55,4 @@ jobs: files: ./coverage.xml,!./cache flags: unittests name: coverage-tox-${{ matrix.python-version }} - verbose: true \ No newline at end of file + verbose: true