Skip to content

Commit

Permalink
🐛 fix syntax error in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahker committed Sep 8, 2023
1 parent 8f98145 commit 0914f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
black . --check
- name: Run pytest
run: |
python -m pytest
python -m pytest
staging-deploy:
needs: test-and-lint
uses: ./.github/workflows/deploy.yml
Expand Down

0 comments on commit 0914f5e

Please sign in to comment.