Trying to fix stuck azure pipeline

This commit is contained in:
Matthias Koefferlein 2023-02-28 13:14:11 +01:00
parent 67fb262df6
commit ba76b2ee60
1 changed files with 6 additions and 6 deletions

View File

@ -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