Skip to content

Commit ef0bbe2

Browse files
committed
Include requirements for matrix building + single-build for default
1 parent b030ce5 commit ef0bbe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/restore-venv/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ runs:
2626
${{ inputs.precommit-home }}
2727
key: ${{ inputs.cache-key }}
2828
- name: Create Python virtual environment
29+
shell: bash
2930
run: |
3031
pip install virtualenv --upgrade
3132
python -m venv venv

0 commit comments

Comments
 (0)