Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Oct 30, 2023
1 parent de92594 commit c75325f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
shell: bash
working-directory: pyop3
run: |
pip install '. [test]'
pip install ".[test]"
pip install pytest-cov pytest-timeout pytest-xdist
- name: Run tests
Expand Down

0 comments on commit c75325f

Please sign in to comment.