fixed typo

This commit is contained in:
Lucas Jensen
2024-06-29 11:48:24 -07:00
parent f328cab00d
commit 0a86242ef4

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
working-directory: server
run: |
poetry Install
poetry install
- name: Lint with black
working-directory: server