Skip to content

Commit e447dda

Browse files
committed
chore: Fix update_deps workflow
1 parent 254466c commit e447dda

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/update_deps.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v4
2727
with:
28-
python-version: 3.7
28+
python-version: 3.13
2929

3030
- name: Update Dependencies
3131
run: |
32-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
33-
source $HOME/.poetry/env
34-
poetry build
32+
pip install poetry
3533
poetry update
3634
3735
- name: Create Pull Request

0 commit comments

Comments
 (0)