We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac4537 commit ccf03e7Copy full SHA for ccf03e7
.github/workflows/build-publish-python-packages.yaml
@@ -67,6 +67,8 @@ jobs:
67
steps:
68
- uses: actions/checkout@v4
69
- uses: actions/setup-go@v5
70
+ with:
71
+ cache-dependency-path: "**/*.sum"
72
- uses: actions/setup-python@v5
73
with:
74
python-version: "3.13"
.github/workflows/test.yaml
@@ -73,6 +73,7 @@ jobs:
75
go-version: "${{ matrix.go-version }}"
76
77
- uses: actions/setup-node@v4
78
79
# jupyterhub will when being mock started as part of running tests depend
0 commit comments