Use Python-Setup Action For Matrix
All checks were successful
/ build (push) Has been skipped

This commit is contained in:
Kaybee 2024-07-17 22:29:00 +02:00
parent 51549ae56c
commit 59801f976b

View file

@ -34,11 +34,9 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Print Python Version - uses: actions/setup-python@v5
run: python3 -v with:
python-version: '3.10'
- name: Install Pip
run: python3 -m ensurepip --upgrade
- name: Install yaml2json - name: Install yaml2json
run: python3 -m pip install remarshal run: python3 -m pip install remarshal