Skip to content

Commit

Permalink
Fix yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia Di Matteo committed Jul 4, 2024
1 parent fa90542 commit 97503b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
python -m pip install -U pip poetry
poetry --version
poetry install
- name: Check formatting with black
Expand Down

0 comments on commit 97503b3

Please sign in to comment.