Skip to content

Commit a938008

Browse files
committed
fix CI error
1 parent d0cdc6b commit a938008

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
- run: python --version
17+
- uses: actions/setup-python@v2
18+
with:
19+
python-version: '3.9'
20+
- run: python --version
1621
- run: sh Scripts/ci.sh
1722
id: script
1823
- name: Commit

0 commit comments

Comments
 (0)