This commit is contained in:
parent
51549ae56c
commit
59801f976b
1 changed files with 3 additions and 5 deletions
8
.github/workflows/build-user-config.yml
vendored
8
.github/workflows/build-user-config.yml
vendored
|
@ -34,11 +34,9 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Print Python Version
|
||||
run: python3 -v
|
||||
|
||||
- name: Install Pip
|
||||
run: python3 -m ensurepip --upgrade
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
- name: Install yaml2json
|
||||
run: python3 -m pip install remarshal
|
||||
|
|
Loading…
Add table
Reference in a new issue