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