Skip to content

Commit

Permalink
ci: Add missing shell property
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo authored Sep 17, 2024
1 parent 137b222 commit f1cb07e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1cb07e

Please sign in to comment.