Re-trigger CI with single-line commands
This commit is contained in:
@@ -18,10 +18,7 @@ jobs:
|
|||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: python -m pip install --upgrade pip && python -m pip install -e . && python -m pip install pytest
|
||||||
python -m pip install --upgrade pip
|
|
||||||
python -m pip install -e .
|
|
||||||
python -m pip install pytest
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python -m pytest tests/ -v
|
run: python -m pytest tests/ -v
|
||||||
@@ -38,9 +35,7 @@ jobs:
|
|||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
run: python -m pip install --upgrade pip && python -m pip install build
|
||||||
python -m pip install --upgrade pip
|
|
||||||
python -m pip install build
|
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: python -m build
|
run: python -m build
|
||||||
|
|||||||
Reference in New Issue
Block a user