mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 02:52:18 +08:00
fix: shellcheck and docker-tests in CI (#2905)
This commit is contained in:
@ -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
|
||||
|
5
.github/workflows/misc_0.yml
vendored
5
.github/workflows/misc_0.yml
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user