Skip to content

Commit

Permalink
Fix typo in deploy yml (#331)
Browse files Browse the repository at this point in the history
Fix typo in deploy yml

Fixes typo in deploy workflow yml
- *Category*: CI
- *JIRA issue*: [MIC-XYZ](https://jira.ihme.washington.edu/browse/MIC-XYZ)
  • Loading branch information
albrja authored Oct 17, 2023
1 parent a0ec9f9 commit 391fc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pip install setuptools wheel twine
- name: Test
run: |
pip install .[tests]
pip install .[test]
pytest --runslow ./tests
- name: Build and publish
env:
Expand Down

0 comments on commit 391fc52

Please sign in to comment.