Skip to content

Commit

Permalink
fixup! #3: [MERGE] Use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
garyd203 committed Feb 5, 2021
1 parent a37b1d9 commit b338bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
poetry install
- name: Check Formatting
run: |
black --check src tests
poetry run black --check src tests
- name: Test
run: |
pytest tests

0 comments on commit b338bd9

Please sign in to comment.