Skip to content

Commit

Permalink
Use python 3.9 in python-38.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored Nov 26, 2024
1 parent ed61bff commit 41ff362
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
with:
tx_project: ${{ github.workflow }}
version: 3.8
py_bin_ver: 3.9
secrets: inherit
check:
uses: ./.github/workflows/check.yml
needs: sync
with:
tx_project: ${{ github.workflow }}
version: 3.8
py_bin_ver: 3.9
secrets: inherit

0 comments on commit 41ff362

Please sign in to comment.