Skip to content

Commit

Permalink
#32: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 23, 2024
1 parent 0ee8234 commit b2f9832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- ubuntu_22.04-clang_14-vtk_9.2.2-py_3.8
env:
OUTPUT_DIR: '/tmp/artifacts'
VT_TV_TESTS_ENABLED: ON # Build & Test in all configurations
VT_TV_TESTS_ENABLED: 'ON' # Build & Test in all configurations
VT_TV_COVERAGE_ENABLED: ${{ matrix.image == 'ubuntu_22.04-gcc_11-vtk_9.2.2-py_3.8' && 'ON' || 'OFF' }} # Coverage only with main test image
VT_TV_PYTHON_BINDINGS_ENABLED: ${{ matrix.image == 'ubuntu_22.04-gcc_11-vtk_9.2.2-py_3.8' && 'ON' || 'OFF' }} # Build bindings only with main test image
name: vt-tv build and test
Expand Down

0 comments on commit b2f9832

Please sign in to comment.