Debug CI - add checkout debug step
This commit is contained in:
@@ -10,6 +10,10 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
run: |
|
||||||
|
ls -la
|
||||||
|
pwd
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -e . pytest pytest-asyncio
|
pip install -e . pytest pytest-asyncio
|
||||||
|
|||||||
Reference in New Issue
Block a user