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