Skip to content

Commit 688a8c4

Browse files
committed
debug! py3.9
1 parent 5c1574c commit 688a8c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable-smoke-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666
timeout-minutes: 2
6767

6868
steps:
69+
- name: Set Python to v3.9
70+
uses: actions/setup-python@v5
71+
with:
72+
python-version: 3.9
6973
- name: Check out the action locally
7074
uses: actions/checkout@v4
7175
with:

0 commit comments

Comments
 (0)