This commit is contained in:
@@ -6,7 +6,11 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Test
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
echo "Testing..."
|
python3 -m ensurepip --upgrade 2>/dev/null || true
|
||||||
ls -la
|
python3 -m pip install --upgrade pip
|
||||||
|
python3 -m pip install -e .
|
||||||
|
python3 -m pip install pytest
|
||||||
|
- name: Test
|
||||||
|
run: python3 -m pytest tests/ -v
|
||||||
|
|||||||
Reference in New Issue
Block a user