Skip to content

Commit

Permalink
More troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Oct 11, 2023
1 parent 03343e8 commit 8a57e86
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
build:
runs-on: ubuntu-latest

defaults:
run:
working-directory: ../

steps:

- name: Set up Python 3.10
Expand All @@ -36,7 +32,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
working-directory: test
working-directory: ../test
run: |
pytest
Expand Down

0 comments on commit 8a57e86

Please sign in to comment.