Skip to content

Commit

Permalink
theano copiledir
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Jan 16, 2020
1 parent 57a59fd commit 1c6c1ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/azure/run_tutorials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ mkdir -p docs/_static/notebooks
cp docs/notebooks/notebook_setup.py docs/_static/notebooks
env/bin/python .ci/azure/run_tutorials.py

ls ~/.theano
ls theano
4 changes: 3 additions & 1 deletion .ci/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
timeoutInMinutes: 10
inputs:
key: theanoCompileDir | $(Agent.OS)
path: $(Agent.HomeDirectory)/.theano
path: $(Build.SourcesDirectory)/theano
displayName: 'Cache Theano compiledir'

- bash: .ci/azure/setup_conda.sh
Expand All @@ -44,6 +44,8 @@ jobs:
- bash: .ci/azure/run_tutorials.sh
displayName: 'Generate the tutorials'
env:
THEANO_FLAGS: base_compiledir=$(Build.SourcesDirectory)/theano

- bash: .ci/azure/build_docs.sh
displayName: 'Build the docs'
Expand Down

0 comments on commit 1c6c1ef

Please sign in to comment.