This commit is contained in:
@@ -7,11 +7,14 @@ 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: |
|
||||||
python3 -m ensurepip || true
|
if [ ! -f setup.py ]; then
|
||||||
python3 -m pip install --upgrade pip setuptools wheel
|
git clone https://gitea.com/7000pctAUTO/json-to-openapi .
|
||||||
|
fi
|
||||||
|
- name: Install
|
||||||
|
run: |
|
||||||
|
python3 -m ensurepip --upgrade 2>/dev/null || true
|
||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user