Skip to content

Commit 5a1aa4d

Browse files
authored
set py_bin to 3.9 in python-37.yml
1 parent 8ce7a6b commit 5a1aa4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-37.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ jobs:
99
with:
1010
tx_project: ${{ github.workflow }}
1111
version: 3.7
12+
py_bin: 3.9
1213
secrets: inherit
1314
check:
1415
uses: ./.github/workflows/check.yml
1516
needs: sync
1617
with:
1718
tx_project: ${{ github.workflow }}
1819
version: 3.7
20+
py_bin: 3.9
1921
secrets: inherit

0 commit comments

Comments
 (0)