Skip to content

Commit

Permalink
update gcc version for lkcuda tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josephleekl committed Dec 6, 2024
1 parent cf712f8 commit 4a6ea29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_lkcuda_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
env:
CI_CUDA_ARCH: 86
COVERAGE_FLAGS: "--cov=pennylane_lightning --cov-report=term-missing --cov-report=xml:./coverage.xml --no-flaky-report -p no:warnings --tb=native"
GCC_VERSION: 11
GCC_VERSION: 13
TF_VERSION: 2.10.0
TORCH_VERSION: 1.11.0+cpu

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_lkcuda_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
env:
CI_CUDA_ARCH: 86
COVERAGE_FLAGS: "--cov=pennylane_lightning --cov-report=term-missing --cov-report=xml:./coverage.xml --no-flaky-report -p no:warnings --tb=native"
GCC_VERSION: 11
GCC_VERSION: 13
TF_VERSION: 2.10.0
TORCH_VERSION: 1.11.0+cpu

Expand Down

0 comments on commit 4a6ea29

Please sign in to comment.