From 882e5c21e3498c34914d7bfa78222c38d63283ac Mon Sep 17 00:00:00 2001 From: Patrick Kanzler <4189642+patkan@users.noreply.github.com> Date: Mon, 14 Aug 2023 02:59:04 +0200 Subject: [PATCH] fix string --- .github/workflows/pythonpackage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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