Skip to content

Commit e584a9d

Browse files
committed
default python
1 parent 9e3600e commit e584a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
allow-prereleases: true
5656

5757
- name: Test build
58-
run: pipx run build .
58+
run: pipx run --python=python build .
5959

6060
- name: Install dependencies
6161
run: |
6262
openssl version
63-
python -m pip install --upgrade twisted coverage
63+
python -m pip install --upgrade twisted coverage build
6464
6565
- name: Test
6666
run: |

0 commit comments

Comments
 (0)