CI/CD: Fix 'Snap USNs' Action.
Fix the 'Snap USNs' action. According to https://bugs.launchpad.net/lazr.restfulclient/+bug/2041407 the an incompatibility is introduced by the move from python 3.11 to 3.12, and a workaround is to pin the version to 3.11. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
5ad75e81c3
commit
b84e06ae42
2
.github/workflows/snap_usns.yml
vendored
2
.github/workflows/snap_usns.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.11'
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
uses: insightsengineering/pip-action@v2.0.0
|
uses: insightsengineering/pip-action@v2.0.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user