Skip to content

Commit

Permalink
Adding tensorboard to CI req so we don't spend time installing it in …
Browse files Browse the repository at this point in the history
…the first cell of our tutorial notebooks (#2315)
  • Loading branch information
calebrob6 authored Sep 24, 2024
1 parent e932902 commit 19988f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install pip dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
pip install .[docs,tests] planetary_computer pystac
pip install .[docs,tests] planetary_computer pystac tensorboard
pip cache purge
- name: List pip dependencies
run: pip list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tutorials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install pip dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
pip install -r requirements/required.txt -r requirements/docs.txt -r requirements/tests.txt planetary_computer pystac .
pip install -r requirements/required.txt -r requirements/docs.txt -r requirements/tests.txt planetary_computer pystac tensorboard .
pip cache purge
- name: List pip dependencies
run: pip list
Expand Down

0 comments on commit 19988f9

Please sign in to comment.