Skip to content

Commit

Permalink
check keras version to see why failing
Browse files Browse the repository at this point in the history
  • Loading branch information
henrysky committed Jan 2, 2024
1 parent e080fa3 commit d197f9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install torch~=${{ matrix.TORCH_VER }}
pip install keras coveralls pydot graphviz pytest pytest-cov
pip install .
python -c "from astroNN.config import tf_patch; tf_patch()"
python -c "import keras; keras.__version__"
- name: Cache test data
uses: actions/cache@v3
with:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
python-version: "3.x"
- name: Install dependencies
run: |
pip install tensorflow
pip install tensorflow-probability
pip install coveralls pydot graphviz pytest pytest-cov build
pip install torch
pip install keras coveralls pydot graphviz pytest pytest-cov build
pip install .
- name: Build sdist
run: |
Expand Down

0 comments on commit d197f9a

Please sign in to comment.