Skip to content

Commit

Permalink
ci: add missing shell
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Sep 8, 2023
1 parent 368b024 commit 5c103dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ env:
runs:
using: composite
steps:
- id: variable-setup
- name: Setup Local Variables
id: variable-setup
run: |
echo "pipx-home=$PIPX_HOME" >> $GITHUB_OUTPUT
echo "pipx-bin-dir=$PIPX_BIN_DIR" >> $GITHUB_OUTPUT
echo "python-version=$(echo '${{ inputs.python-version }}' | awk -F. '{print $1"."$2}')" >> $GITHUB_OUTPUT
shell: bash

# https://pypa.github.io/pipx/how-pipx-works
- name: Cache pipx
Expand Down

0 comments on commit 5c103dc

Please sign in to comment.