Skip to content

Commit e32911b

Browse files
authored
fix shellcheck (open-telemetry#4225)
1 parent a36587c commit e32911b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/misc_0.yml

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

202+
- name: Set up Python 3.10
203+
uses: actions/setup-python@v5
204+
with:
205+
python-version: "3.10"
206+
202207
- name: Install tox
203208
run: pip install tox
204209

0 commit comments

Comments
 (0)