Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasecchig committed Sep 18, 2024
1 parent 4f23fb7 commit 37c0f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Poetry and dependencies
run: |
pip install poetry==1.8.3 --user
python -m poetry install --with lint, test
python -m poetry install --with lint
- name: Lint python code
run: |
poetry run codespell
Expand Down

0 comments on commit 37c0f89

Please sign in to comment.