Skip to content

Commit bd26a9e

Browse files
committed
fix
Signed-off-by: emdneto <[email protected]>
1 parent 416d3e1 commit bd26a9e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/misc.yml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ jobs:
4646
- name: Checkout pull request
4747
run: git checkout ${% raw %}{{ github.event.pull_request.head.sha }}{% endraw %}
4848
{%- endif %}
49-
{%- if job_data != "shellcheck" %}
5049

5150
- name: Set up Python 3.10
5251
uses: actions/setup-python@v5
5352
with:
5453
python-version: "3.10"
55-
{%- endif %}
5654

5755
- name: Install tox
5856
run: pip install tox

.github/workflows/misc_0.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ jobs:
122122
- name: Checkout repo @ SHA - ${{ github.sha }}
123123
uses: actions/checkout@v4
124124

125+
- name: Set up Python 3.10
126+
uses: actions/setup-python@v5
127+
with:
128+
python-version: "3.10"
129+
125130
- name: Install tox
126131
run: pip install tox
127132

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,6 @@ commands =
13411341
python {toxinidir}/.github/workflows/generate_workflows.py
13421342

13431343
[testenv:shellcheck]
1344-
basepython: python3
13451344

13461345
commands_pre =
13471346
sh -c "sudo apt update -y && sudo apt install --assume-yes shellcheck"

0 commit comments

Comments
 (0)