in tree build not supported anymore
This commit is contained in:
parent
6f07145b75
commit
fce600f02b
|
@ -42,13 +42,13 @@ jobs:
|
||||||
- name: Install and run unit tests (Unix)
|
- name: Install and run unit tests (Unix)
|
||||||
if: runner.os != 'Windows'
|
if: runner.os != 'Windows'
|
||||||
run: |
|
run: |
|
||||||
python -m pip install ./python --no-deps -vv --use-feature=in-tree-build
|
python -m pip install ./python --no-deps -vv
|
||||||
COLUMNS=256 pytest python
|
COLUMNS=256 pytest python
|
||||||
|
|
||||||
- name: Install and run unit tests (Windows)
|
- name: Install and run unit tests (Windows)
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
python -m pip install ./python --no-deps -vv --use-feature=in-tree-build
|
python -m pip install ./python --no-deps -vv
|
||||||
pytest python -k 'not XDMF'
|
pytest python -k 'not XDMF'
|
||||||
|
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in New Issue