We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2c9f1 commit 27798b8Copy full SHA for 27798b8
.github/actions/setup/action.yml
@@ -34,11 +34,13 @@ runs:
34
key: pygl-${{ inputs.python_version }}-${{ inputs.version }}
35
36
- name: Install GardenLinux Python library
37
+ shell: bash
38
run: |
39
pip install --user \
40
https://github.com/gardenlinux/python-gardenlinux-lib/releases/download/${{ inputs.version }}/gardenlinux-${{ inputs.version }}-py3-none-any.whl
41
42
- name: Debug
43
44
45
ls -l ~/.local/bin
46
echo $PATH
0 commit comments