find out where we are in ci
This commit is contained in:
parent
21561d2570
commit
c5a57a7c65
|
@ -160,6 +160,8 @@ jobs:
|
|||
|
||||
- name: Run Nox
|
||||
run: |
|
||||
ls -l .
|
||||
pwd
|
||||
./bin/recreate_db clean
|
||||
nox --force-color --python=${{ matrix.python }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue