Skip to content

Commit

Permalink
adding env var
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrogers committed Feb 25, 2025
1 parent afa04c1 commit 11013a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/UberTest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: UberTest
env:
TF_ENABLE_ONEDNN_OPTS: 0

on:
push:
Expand Down Expand Up @@ -91,7 +93,6 @@ jobs:
python examples/theater/TableWriteHeadlessExample.py
- name: Test results
run: |
set TF_ENABLE_ONEDNN_OPTS=0
python -m pytest -s testing/QueryWriteTest.py
python -m pytest -s testing/SqliteDatabaseReader.py
python -m pytest -s testing/TableQueryTest.py

0 comments on commit 11013a2

Please sign in to comment.