Removed Install-Python, Replaced with apt install
All checks were successful
/ build (push) Has been skipped
All checks were successful
/ build (push) Has been skipped
This commit is contained in:
parent
8104ba88aa
commit
d63b7c8bd1
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
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
architecture: 'x64'
|
||||
cache: 'pip' # caching pip dependencies
|
||||
- name: Install Python
|
||||
run: apt update
|
||||
- run: apt install python3-pip
|
||||
|
||||
- name: Install yaml2json
|
||||
run: python3 -m pip install remarshal
|
||||
|
|
Loading…
Add table
Reference in a new issue