File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -687,7 +687,7 @@ jobs:
687
687
path : build/package/deployment**
688
688
if : ${{ !cancelled() }}
689
689
690
- build-3_9 :
690
+ build :
691
691
runs-on : ubuntu-latest
692
692
needs :
693
693
- check-docs-changes
@@ -743,9 +743,9 @@ jobs:
743
743
uses : actions/cache@v4
744
744
with :
745
745
path : ${{ steps.pip-cache.outputs.dir }}
746
- key : ${{ runner.os }}-pip-python3_9 -${{ hashFiles('requirements_dev.txt') }}
746
+ key : ${{ runner.os }}-pip-python${{ inputs.dev-python-version }} -${{ hashFiles('requirements_dev.txt') }}
747
747
restore-keys : |
748
- ${{ runner.os }}-pip-python3_9
748
+ ${{ runner.os }}-pip-python${{ inputs.dev-python-version }}
749
749
- run : |
750
750
git config --global --add url."https://${{ secrets.GH_TOKEN_ADMIN }}@github.com".insteadOf https://github.com
751
751
git config --global --add url."https://${{ secrets.GH_TOKEN_ADMIN }}@github.com".insteadOf ssh://git@github.com
You can’t perform that action at this time.
0 commit comments