Skip to content

Commit 3c5d402

Browse files
committed
installing with pip from GH release artifacts
1 parent 29b74f2 commit 3c5d402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ runs:
2727
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ inputs.python_version }}
30-
cache: poetry
30+
cache: pip
3131

3232
- name: Install GardenLinux Python library
3333
shell: bash
3434
run: |
35-
pip install git+https://github.com/gardenlinux/python-gardenlinux-lib.git@${{ inputs.version }}
35+
pip install https://github.com/gardenlinux/python-gardenlinux-lib/releases/download/${{ inputs.version }}/gardenlinux-${{ inputs.version }}-py3-none-any.whl

0 commit comments

Comments
 (0)