Skip to content

Commit a882621

Browse files
committed
use python instead of python 3
1 parent 5dec841 commit a882621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python-version: ${{ matrix.python-version }}
5757
- name: poetry install
5858
run: |
59-
python3 -m install "poetry~=2.2.1"
59+
python -m pip install "poetry~=2.2.1"
6060
poetry install --all-extras
6161
- name: install pytest-xdist for parallel tests
6262
run: poetry run pip install pytest-xdist

0 commit comments

Comments
 (0)