ci: Add missing shell property

This commit is contained in:
Mike Almeloo
2024-09-18 00:14:47 +02:00
committed by GitHub
parent 137b2225c9
commit f1cb07effc

View File

@@ -32,6 +32,7 @@ runs:
- name: Get full Python version
id: full-python-version
shell: bash
run: echo version=$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") >> $GITHUB_OUTPUT
- name: Load cached venv