Skip to content

Commit c64dc03

Browse files
authored
fix typo
1 parent 3002881 commit c64dc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install setuptools wheel twine
2424
- name: Make sure unit tests succeed
2525
run: |
26-
pip install ".[dev]""
26+
pip install ".[dev]"
2727
pytest
2828
- name: Build package
2929
run: |

0 commit comments

Comments
 (0)