Skip to content

Commit

Permalink
Set CMAKE_CONFIGURATION_TYPES on command line
Browse files Browse the repository at this point in the history
  • Loading branch information
wkearn committed Jul 31, 2024
1 parent 26ca4d2 commit c8ab94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
pip install .[opensimplex]
pip install .[opensimplex] --config-settings=cmake.define.CMAKE_CONFIGURATION_TYPES=Release
- name: Run tests
run: |
Expand Down

0 comments on commit c8ab94f

Please sign in to comment.