Skip to content

Commit 0d410bb

Browse files
authored
fix py alias
1 parent 41f45e6 commit 0d410bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
3636
- name: Install Poetry and Deps
3737
run: |
38-
python3 -m pip install --upgrade pip
38+
python --version
39+
python -m pip install --upgrade pip
3940
pip install poetry && poetry --version
4041
poetry install --with dev
4142

0 commit comments

Comments
 (0)