Skip to content

Commit a3ead89

Browse files
chore: adjust pip version
1 parent 719e92e commit a3ead89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ jobs:
687687
path: build/package/deployment**
688688
if: ${{ !cancelled() }}
689689

690-
build-3_9:
690+
build:
691691
runs-on: ubuntu-latest
692692
needs:
693693
- check-docs-changes
@@ -743,9 +743,9 @@ jobs:
743743
uses: actions/cache@v4
744744
with:
745745
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') }}
747747
restore-keys: |
748-
${{ runner.os }}-pip-python3_9
748+
${{ runner.os }}-pip-python${{ inputs.dev-python-version }}
749749
- run: |
750750
git config --global --add url."https://${{ secrets.GH_TOKEN_ADMIN }}@github.com".insteadOf https://github.com
751751
git config --global --add url."https://${{ secrets.GH_TOKEN_ADMIN }}@github.com".insteadOf ssh://git@github.com

0 commit comments

Comments
 (0)