We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b74f2 commit 3c5d402Copy full SHA for 3c5d402
.github/actions/setup/action.yml
@@ -27,9 +27,9 @@ runs:
27
uses: actions/setup-python@v5
28
with:
29
python-version: ${{ inputs.python_version }}
30
- cache: poetry
+ cache: pip
31
32
- name: Install GardenLinux Python library
33
shell: bash
34
run: |
35
- pip install git+https://github.com/gardenlinux/python-gardenlinux-lib.git@${{ inputs.version }}
+ pip install https://github.com/gardenlinux/python-gardenlinux-lib/releases/download/${{ inputs.version }}/gardenlinux-${{ inputs.version }}-py3-none-any.whl
0 commit comments