@@ -6,9 +6,5 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Debug info
|
- name: Install pytest
|
||||||
run: |
|
run: pip install pytest
|
||||||
whoami
|
|
||||||
pwd
|
|
||||||
python3 --version
|
|
||||||
pip --version || pip3 --version || python3 -m pip --version
|
|
||||||
|
|||||||
Reference in New Issue
Block a user