We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3676d commit be5b306Copy full SHA for be5b306
.github/workflows/checks.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Get Python Version
25
id: get_python_version
26
run: echo "python_version=$(python --version)" >> $GITHUB_OUTPUT
27
+ shell: bash
28
29
- name: Cache dependencies
30
uses: actions/cache@v3
0 commit comments