Skip to content

Commit 056cd3b

Browse files
Nir.TalNir.Tal
authored andcommitted
feat: update workflows
1 parent 794d190 commit 056cd3b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/devRun.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: isort/isort-action@v1
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
17+
id: setup-python
1718
with:
1819
python-version: '3.12'
1920
- name: Install Poetry

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- name: Set up Python
4040
uses: actions/setup-python@v5
41+
id: setup-python
4142
with:
4243
python-version: '3.12'
4344
- name: Install Poetry

0 commit comments

Comments
 (0)