Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 3a80add

Browse files
author
Joe Qiao
committed
fix smoke test error fixed the python version
1 parent ea3ec44 commit 3a80add

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/smoke_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18+
- name: Setup Pthon 3.7
19+
uses: actions/setup-python@v4
20+
with:
21+
python-version: '3.7'
22+
1823
- name: Setup Node 16
1924
uses: actions/setup-node@v2
2025
with:

0 commit comments

Comments
 (0)