We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Get pip cache dir
1 parent 8f58e0e commit 354ba57Copy full SHA for 354ba57
2 files changed
‎.github/workflows/ci-cd.yml‎
@@ -211,6 +211,7 @@ jobs:
211
id: pip-cache
212
run: |
213
echo "dir=$(pip cache dir)" >> "${GITHUB_OUTPUT}"
214
+ shell: bash
215
- name: Cache PyPI
216
uses: actions/cache@v4
217
with:
‎CHANGES/942.contrib.rst‎
@@ -0,0 +1,5 @@
1
+In the GitHub Actions CI/CD workflow definition,
2
+the ``Get pip cache dir`` step has been fixed for
3
+Windows runners by adding ``shell: bash``.
4
+See `actions/runner#2224 <https://github.com/actions/runner/issues/2224>`_
5
+for more details.
0 commit comments