Skip to content

Commit

Permalink
Remove temporary tb-nightly requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Aug 15, 2024
1 parent 4de7f25 commit ef1d8bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-with-tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,12 @@ jobs:
if: matrix.platform == 'ubuntu-22.04' && matrix.python-version == 3.9
run: |
pip install pandas tensorflow torch tensorboardX pillow matplotlib soundfile pytest pytest-cov
# For NumPy 2.0 compatibility, see: https://github.com/tensorflow/tensorboard/issues/6869
pip install tb-nightly
pytest --doctest-glob="*.rst" --cov=./ --cov-report xml --ignore="tests/test_summary_reader/test_no_tensorflow.py"
- name: Test documentation
if: matrix.platform == 'ubuntu-22.04' && matrix.python-version == 3.9
run: |
sudo apt-get install -y pandoc
pip install -r requirements.txt
# For NumPy 2.0 compatibility, see: https://github.com/tensorflow/tensorboard/issues/6869
pip install tb-nightly
sphinx-build -b html docs docs/_build/html
sphinx-build -b doctest docs docs/_build/doctest
- name: Upload coverage to Codecov
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ deps =
commands =
# Test tbparse with reduced feature set (without TensorFlow)
pip install -e .[testing]
# For NumPy 2.0 compatibility, see: https://github.com/tensorflow/tensorboard/issues/6869
pip install tb-nightly
# May need to clean tox cache if the command below failed.
pytest "{toxinidir}/tests/test_summary_reader/test_edge_cases.py" \
"{toxinidir}/tests/test_summary_reader/test_histogram_torch_sample.py" \
Expand Down

0 comments on commit ef1d8bf

Please sign in to comment.