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
42c9110a40
commit
48e118042d
10
.github/workflows/python-package.yml
vendored
10
.github/workflows/python-package.yml
vendored
@ -11,11 +11,11 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: macos-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ 3.7, 3.8, 3.9 ]
|
python-version: [ 3.7, 3.8, 3.9 ]
|
||||||
os: [ macos-latest, windows-latest, Ubuntu-20.04]
|
# os: [ macos-latest, windows-latest, Ubuntu-20.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -34,6 +34,9 @@ jobs:
|
|||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
|
|
||||||
|
- name: Setup upterm session
|
||||||
|
uses: lhotari/action-upterm@v1
|
||||||
|
|
||||||
- name: Set up Linux environment
|
- name: Set up Linux environment
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
@ -55,9 +58,6 @@ 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: tests
|
working-directory: tests
|
||||||
|
Loading…
Reference in New Issue
Block a user