We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2808fb commit 7bdc7d6Copy full SHA for 7bdc7d6
.github/workflows/update_deps.yml
@@ -25,18 +25,17 @@ 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
38
uses: peter-evans/create-pull-request@v3
39
+ token: ${{ steps.generate_token.outputs.token }}
40
commit-message: update dependencies
41
title: Update Dependencies
42
body: |
0 commit comments