mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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
1 changed files with 1 additions and 1 deletions
2
.github/workflows/snap_usns.yml
vendored
2
.github/workflows/snap_usns.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue