fix string

This commit is contained in:
Patrick Kanzler 2023-08-14 02:59:04 +02:00 committed by GitHub
parent 7adba39501
commit 882e5c21e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
verbose: true