Skip to content

Commit 7935d0d

Browse files
committed
Use python rather than python3
1 parent 59df5f0 commit 7935d0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
3333
- name: Install dependencies
3434
run: |
35-
python3 -m pip install --upgrade pip
36-
python3 -m pip install --upgrade setuptools wheel setuptools_scm
37-
python3 -m pip install sphinx
38-
python3 -m pip install ".[test,twisted,dev]"
35+
python -m pip install --upgrade pip
36+
python -m pip install --upgrade setuptools wheel setuptools_scm
37+
python -m pip install sphinx
38+
python -m pip install ".[test,twisted,dev]"
3939
4040
- name: Ruff
4141
run: |

0 commit comments

Comments
 (0)