Skip to content

Commit

Permalink
force pydot<2 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
henrysky committed Feb 17, 2024
1 parent edcc5b8 commit 2f4ec22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
pip install tensorflow==${{ matrix.TF_VER }}
pip install tensorflow-probability==${{ matrix.TFP_VER }}
pip install coveralls pydot graphviz pytest pytest-cov
pip install coveralls "pydot<2.0" graphviz pytest pytest-cov
pip install .
python -c "from astroNN.config import tf_patch; tf_patch()"
- name: Cache test data
Expand Down

0 comments on commit 2f4ec22

Please sign in to comment.