fix: shellcheck and docker-tests in CI (#2905)

This commit is contained in:
Emídio Neto
2024-10-15 16:38:03 -03:00
committed by GitHub
parent 6a54106f5b
commit d7d7e96ce5
5 changed files with 13 additions and 7 deletions

View File

@ -46,13 +46,11 @@ jobs:
- name: Checkout pull request
run: git checkout ${% raw %}{{ github.event.pull_request.head.sha }}{% endraw %}
{%- endif %}
{%- if job_data != "shellcheck" %}
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
{%- endif %}
- name: Install tox
run: pip install tox

View File

@ -122,6 +122,11 @@ jobs:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install tox
run: pip install tox