We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254466c commit e447ddaCopy full SHA for e447dda
1 file changed
.github/workflows/update_deps.yml
@@ -25,13 +25,11 @@ jobs:
25
- name: Set up Python
26
uses: actions/setup-python@v4
27
with:
28
- python-version: 3.7
+ python-version: 3.13
29
30
- name: Update Dependencies
31
run: |
32
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
33
- source $HOME/.poetry/env
34
- poetry build
+ pip install poetry
35
poetry update
36
37
- name: Create Pull Request
0 commit comments