Skip to content

Commit 595b970

Browse files
committed
Enable verbose, remove some gha stuff
1 parent 3504c60 commit 595b970

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ jobs:
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: |
@@ -87,8 +81,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)