Skip to content

Commit

Permalink
Lint and test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiP98 committed May 11, 2024
1 parent 85a8325 commit 33d2864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install -r src/requirements.txt
- name: Lint
run: |
flake8
Expand Down

0 comments on commit 33d2864

Please sign in to comment.