Skip to content

Commit 5fb5676

Browse files
authored
Try to fix broken(?) python-publish.yml (#324)
1 parent ac9bd3a commit 5fb5676

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python-publish.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Install poetry
21-
run: |
22-
python -m pip install --upgrade pip
23-
pip install poetry
24-
21+
run: pipx install poetry
2522
- name: Set up Python ${{ matrix.python-version }}
2623
uses: actions/setup-python@v5
2724
with:

0 commit comments

Comments
 (0)