Skip to content

Commit

Permalink
Merge pull request #156 from NREL/ndr/update-example2
Browse files Browse the repository at this point in the history
update example notebook; bugfixes
  • Loading branch information
nreinicke authored Mar 19, 2024
2 parents fc08f9e + ee122fd commit 205a4d7
Show file tree
Hide file tree
Showing 6 changed files with 764 additions and 231 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ jobs:
with:
auto-update-conda: true
python-version: "3.10"

- name: Install package
run: |
conda install -c conda-forge osmnx
pip install ".[dev]"
- name: Install and build
- name: Build book
shell: bash -el {0}
working-directory: ${{runner.workspace}}/routee-compass/docs/
run: |
conda install -c conda-forge nrel.routee.compass
pip install jupyter-book
jupyter-book build .
# Push the book's HTML to github-pages
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ onnxruntime/
cache/

# osmnx notebook test case output directory name
golden_co/
denver_co/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
Loading

0 comments on commit 205a4d7

Please sign in to comment.