Skip to content

Commit

Permalink
CI/CD: Fix 'Snap USNs' Action.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mikeller committed Dec 11, 2023
1 parent c572148 commit b272e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snap_usns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit b272e87

Please sign in to comment.