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 b5484bd commit c145fc1Copy full SHA for c145fc1
2 files changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
python-version: "3.13"
31
- name: Install and configure Poetry
32
- uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
+ uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
33
34
version: 2.4.1
35
virtualenvs-create: true
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- name: Install and configure Poetry (this should ideally be done from pyproject.toml but..)
17
18
19
version: 1.8.5
20
0 commit comments