Skip to content

Commit be5b306

Browse files
authored
ci: Fix Windows dependency cache key (#794)
Co-authored-by: Dylan Anthony <[email protected]>
1 parent 7e3676d commit be5b306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checks.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Get Python Version
2525
id: get_python_version
2626
run: echo "python_version=$(python --version)" >> $GITHUB_OUTPUT
27+
shell: bash
2728

2829
- name: Cache dependencies
2930
uses: actions/cache@v3

0 commit comments

Comments
 (0)