This commit is contained in:
parent
29c226e0a8
commit
8104ba88aa
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-user-config.yml
vendored
4
.github/workflows/build-user-config.yml
vendored
|
@ -36,7 +36,9 @@ jobs:
|
|||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12.4'
|
||||
python-version: '3.10'
|
||||
architecture: 'x64'
|
||||
cache: 'pip' # caching pip dependencies
|
||||
|
||||
- name: Install yaml2json
|
||||
run: python3 -m pip install remarshal
|
||||
|
|
Loading…
Add table
Reference in a new issue