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:
Michael Keller 2023-12-11 23:40:38 +13:00 committed by Dirk Hohndel
parent 5ad75e81c3
commit b84e06ae42

View file

@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
- name: Install Python dependencies
uses: insightsengineering/pip-action@v2.0.0