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 794d190 commit 056cd3bCopy full SHA for 056cd3b
.github/workflows/devRun.yml
@@ -14,6 +14,7 @@ jobs:
14
- uses: isort/isort-action@v1
15
- name: Set up Python
16
uses: actions/setup-python@v5
17
+ id: setup-python
18
with:
19
python-version: '3.12'
20
- name: Install Poetry
.github/workflows/nightly.yml
@@ -38,6 +38,7 @@ jobs:
38
- uses: actions/checkout@v4
39
40
41
42
43
44
0 commit comments