Skip to content

Commit

Permalink
Select an explicit Python version while configuring unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeurbach committed Dec 13, 2024
1 parent 50fceb2 commit 6ccff01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightlyIntegrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
-DLLVM_USE_SPLIT_DWARF=ON \
-DMLIR_ENABLE_BINDINGS_PYTHON=ON \
-DCIRCT_BINDINGS_PYTHON_ENABLED=ON \
-DPython3_EXECUTABLE=python3.8 \
-DLLVM_LIT_ARGS="-v --show-unsupported ${{ matrix.lit-flags }}" \
-DCIRCT_SLANG_FRONTEND_ENABLED=ON
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/shortIntegrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
-DLLVM_USE_SPLIT_DWARF=ON \
-DMLIR_ENABLE_BINDINGS_PYTHON=ON \
-DCIRCT_BINDINGS_PYTHON_ENABLED=ON \
-DPython3_EXECUTABLE=python3.8 \
-DLLVM_LIT_ARGS="-v --show-unsupported" \
-DCIRCT_SLANG_FRONTEND_ENABLED=ON
Expand Down

0 comments on commit 6ccff01

Please sign in to comment.