mirror of https://github.com/KLayout/klayout.git
Trying to fix stuck azure pipeline
This commit is contained in:
parent
67fb262df6
commit
ba76b2ee60
|
|
@ -98,12 +98,12 @@ jobs:
|
|||
echo PATH=%PATH%
|
||||
set TESTSRC=.
|
||||
pip install klayout --no-index -f dist
|
||||
python testdata/pymod/import_db.py
|
||||
python testdata/pymod/import_rdb.py
|
||||
python testdata/pymod/import_tl.py
|
||||
python testdata/pymod/import_lib.py
|
||||
python testdata/pymod/import_lay.py
|
||||
python testdata/pymod/pya_tests.py
|
||||
python testdata/pymod/import_db.py || exit 1
|
||||
python testdata/pymod/import_rdb.py || exit 1
|
||||
python testdata/pymod/import_tl.py || exit 1
|
||||
python testdata/pymod/import_lib.py || exit 1
|
||||
python testdata/pymod/import_lay.py || exit 1
|
||||
python testdata/pymod/pya_tests.py || exit 1
|
||||
displayName: 'Test KLayout pymod'
|
||||
|
||||
- task: CopyFiles@2
|
||||
|
|
|
|||
Loading…
Reference in New Issue