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