We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed61bff commit 41ff362Copy full SHA for 41ff362
.github/workflows/python-38.yml
@@ -11,11 +11,13 @@ jobs:
11
with:
12
tx_project: ${{ github.workflow }}
13
version: 3.8
14
+ py_bin_ver: 3.9
15
secrets: inherit
16
check:
17
uses: ./.github/workflows/check.yml
18
needs: sync
19
20
21
22
23
0 commit comments