Skip to content
Snippets Groups Projects
Commit d6a2c173 authored by Oliver Sander's avatar Oliver Sander
Browse files

CI: Properly disable Python in the 'nobindings' CI job

Python was explicitly enabled, presumably a copy'n'paste error.
parent 49424ec8
No related branches found
No related tags found
1 merge request!253CI: Properly disable Python in the 'nobindings' CI job
Pipeline #73265 passed
......@@ -20,7 +20,7 @@ ubuntu-20.04-clang-10-20-nobindings:
stage: test
variables:
DUNECI_TOOLCHAIN: clang-10-20
DUNECI_CMAKE_FLAGS: '-DDUNE_ENABLE_PYTHONBINDINGS=ON'
DUNECI_CMAKE_FLAGS: '-DDUNE_ENABLE_PYTHONBINDINGS=OFF'
tags: [duneci]
# Check for spelling mistakes in text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment