Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spjuhel committed Feb 24, 2024
1 parent 880242c commit e24b8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Install the project dependencies
run: poetry install
- name: Run black
run: peotry run black --check --verbose ./boario
run: poetry run black --check --verbose ./boario
- name: Run the automated tests (for example)
run: poetry run pytest -v

0 comments on commit e24b8de

Please sign in to comment.