Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding tensorboard to CI #2315

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Adding tensorboard to CI #2315

merged 1 commit into from
Sep 24, 2024

Conversation

calebrob6
Copy link
Member

In our tutorial notebooks we have an initial cell does a %pip install torchgeo along with any optional dependencies for that specific notebook (currently planetary-computer and pystac for downloading data). One notebook uses tensorboard so pip installs that as well. This PR adds tensorboard to the CI setup so we don't waste valuable time (time that we could spend running random data through random models to make sure dimensions align 😃) on downloading tensorboard at test time.

@github-actions github-actions bot added the testing Continuous integration testing label Sep 23, 2024
Copy link
Collaborator

@adamjstewart adamjstewart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can add this to pyproject.toml in a future PR.

@adamjstewart adamjstewart added this to the 0.6.1 milestone Sep 24, 2024
@adamjstewart adamjstewart merged commit 19988f9 into main Sep 24, 2024
19 checks passed
@adamjstewart adamjstewart deleted the tensorboard_to_ci branch September 24, 2024 15:07
adamjstewart pushed a commit that referenced this pull request Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Continuous integration testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants