mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
enable ssh debugging
This commit is contained in:
parent
d100f10931
commit
42c9110a40
5
.github/workflows/python-package.yml
vendored
5
.github/workflows/python-package.yml
vendored
@ -55,6 +55,9 @@ jobs:
|
|||||||
- name: Compile and install
|
- name: Compile and install
|
||||||
run: python setup.py build --debug install
|
run: python setup.py build --debug install
|
||||||
|
|
||||||
|
- name: Setup upterm session
|
||||||
|
uses: lhotari/action-upterm@v1
|
||||||
|
|
||||||
- name: Test with nose
|
- name: Test with nose
|
||||||
run: python -I -m nose tests -d
|
run: python -I -m nose tests -d
|
||||||
working-directory: ..
|
working-directory: tests
|
||||||
|
Loading…
Reference in New Issue
Block a user