Skip to content

Commit 1eb82af

Browse files
committed
fix typo
1 parent 64aedd7 commit 1eb82af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: steps.cache.outputs.cache-hit != 'true'
4949
run: |
5050
python -m pip install --upgrade pip
51-
ython3 -m pip install types-setuptools
51+
python -m pip install types-setuptools
5252
python -m pip install "poetry"
5353
python -m poetry self add poetry-version-plugin
5454

0 commit comments

Comments
 (0)