We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b030ce5 commit ef0bbe2Copy full SHA for ef0bbe2
1 file changed
.github/actions/restore-venv/action.yml
@@ -26,6 +26,7 @@ runs:
26
${{ inputs.precommit-home }}
27
key: ${{ inputs.cache-key }}
28
- name: Create Python virtual environment
29
+ shell: bash
30
run: |
31
pip install virtualenv --upgrade
32
python -m venv venv
0 commit comments