Skip to content

Commit

Permalink
update default py patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Sep 20, 2024
1 parent e2f7110 commit 9e31ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_bizy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
xformers: ${{ inputs.xformers || '' }}
cu: ${{ inputs.cu || 121 }}
python_minor: ${{ inputs.python_minor || 11 }}
python_patch: ${{ inputs.python_patch || 8 }}
python_patch: ${{ inputs.python_patch || 9 }}
cpu: ${{ inputs.cpu || true }}
force: ${{ inputs.force || false }}
build:
Expand All @@ -70,5 +70,5 @@ jobs:
with:
cu: ${{ inputs.cu || 121 }}
python_minor: ${{ inputs.python_minor || 11 }}
python_patch: ${{ inputs.python_patch || 8 }}
python_patch: ${{ inputs.python_patch || 9 }}
cpu: ${{ inputs.cpu || true }}

0 comments on commit 9e31ff7

Please sign in to comment.