Skip to content

Commit

Permalink
Get rid of PYTENSOR_FLAGS alltogehter
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Mueller <johannes.mueller4@de.bosch.com>
  • Loading branch information
johannes-mueller committed Nov 22, 2023
1 parent bb6221c commit 27a3e81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
runs-on: ${{ matrix.os }}
env:
MPLBACKEND: svg
PYTENSOR_FLAGS: exception_verbosity=high
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@

# Don't try to use C-code for the pytensor stuff when building the docs.
# Otherwise the demo notebooks fail on readthedocs
os.environ['PYTENSOR_FLAGS'] = 'cxx=""'
os.environ['PYTHONWARNINGS'] = 'ignore'

import asyncio
Expand Down

0 comments on commit 27a3e81

Please sign in to comment.