Skip to content

Commit

Permalink
🧪 Fix the Get pip cache dir CI step for Windows runners (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamim committed Feb 3, 2024
1 parent 8f58e0e commit 354ba57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ jobs:
id: pip-cache
run: |
echo "dir=$(pip cache dir)" >> "${GITHUB_OUTPUT}"
shell: bash
- name: Cache PyPI
uses: actions/cache@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions CHANGES/942.contrib.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
In the GitHub Actions CI/CD workflow definition,
the ``Get pip cache dir`` step has been fixed for
Windows runners by adding ``shell: bash``.
See `actions/runner#2224 <https://github.com/actions/runner/issues/2224>`_
for more details.

0 comments on commit 354ba57

Please sign in to comment.