This commit is contained in:
@@ -6,8 +6,9 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Debug info
|
||||||
- run: python3 --version
|
run: |
|
||||||
- run: pip install --upgrade pip setuptools wheel
|
whoami
|
||||||
- run: pip install -e .
|
pwd
|
||||||
- run: pytest tests/ -v --tb=short
|
ls -la
|
||||||
|
python3 --version
|
||||||
|
|||||||
Reference in New Issue
Block a user