Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Jun 19, 2024
1 parent 0562236 commit 20bb026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
- name: Upgrade pip and install dependencies
run: |
python -m pip install --upgrade pip poetry
peotry install --with dev
poetry install --with dev
- name: Check style against standards using ruff
run: ruff .

0 comments on commit 20bb026

Please sign in to comment.