Skip to content

Commit

Permalink
Trying to fix my failing pymc-related unit tests by adding a pytensor…
Browse files Browse the repository at this point in the history
…-compilation environment variable
  • Loading branch information
dmnapolitano committed Jan 30, 2024
1 parent 707f641 commit 9997d13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
env:
PYTENSOR_FLAGS: floatX=float64,gcc__cxxflags='-march=native'
timeout-minutes: 15
strategy:
matrix:
Expand Down

0 comments on commit 9997d13

Please sign in to comment.