Skip to content

Commit 1b54f98

Browse files
committed
fixes locations in script
1 parent a6a0b0f commit 1b54f98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ jobs:
2929
pip install flake8 pytest
3030
- name: Lint with flake8
3131
run: |
32+
cd simple-packaging
3233
# stop the build if there are Python syntax errors or undefined names
3334
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3435
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3536
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3637
- name: Test with pytest
3738
run: |
39+
cd simple-packaging
3840
pytest tests

0 commit comments

Comments
 (0)