Add ensurepip and setuptools
Some checks failed
CI / test (push) Failing after 3s

This commit is contained in:
2026-02-01 05:24:43 +00:00
parent c5e9ecb5b1
commit d3dab6c64c

View File

@@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
run: git clone https://gitea.com/7000pctAUTO/json-to-openapi .
- name: Install pip and deps
run: | run: |
git clone https://gitea.com/7000pctAUTO/json-to-openapi . python3 -m ensurepip || true
- name: Install python3 -m pip install --upgrade pip setuptools wheel
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -e . python3 -m pip install -e .
python3 -m pip install pytest python3 -m pip install pytest
- name: Test - name: Test