This commit is contained in:
@@ -6,7 +6,11 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Test
|
||||
- name: Install
|
||||
run: |
|
||||
echo "Testing..."
|
||||
ls -la
|
||||
python3 -m ensurepip --upgrade 2>/dev/null || true
|
||||
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