File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
6666 core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
6767
68- - name : Set up CMake
69- if : runner.os == 'Windows'
70- uses : lukka/get-cmake@latest
71- with :
72- cmakeVersion : " ~3.30.0"
73-
7468 - name : Install dependencies (non-Python, Linux)
7569 if : runner.os == 'Linux'
7670 run : |
8781
8882 - name : Install FEniCS dependencies (Python, Windows)
8983 if : runner.os == 'Windows'
90- env :
91- VCPKG_BINARY_SOURCES : " clear;x-gha,readwrite"
9284 run : |
9385 pip install git+https://github.com/FEniCS/ufl.git
9486 pip install -v git+https://github.com/FEniCS/basix.git --config-settings=cmake.args=-DINSTALL_RUNTIME_DEPENDENCIES=ON --config-settings=cmake.args=-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
@@ -110,7 +102,7 @@ jobs:
110102
111103 - name : Run unit tests
112104 run : >
113- python -m pytest -v test/
105+ python -m pytest -vs test/
114106 -n auto
115107 -W error
116108 --cov=ffcx/
@@ -138,7 +130,7 @@ jobs:
138130
139131 - name : Run FFCx demos
140132 run : |
141- pytest -v demo/test_demos.py -W error
133+ pytest -vs demo/test_demos.py -W error
142134
143135 - name : Build documentation
144136 run : |
You can’t perform that action at this time.
0 commit comments