Skip to content

Commit

Permalink
Re-enable tensorflow tests on 3.11
Browse files Browse the repository at this point in the history
Maybe they work now?
  • Loading branch information
davidt0x committed Mar 20, 2024
1 parent be88102 commit d651a19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
python -m pytest -v -m "neuroml" tests/
- name: Test interface TensorFlow
if: ${{ matrix.python-version != '3.11'}}
run: |
python -m pip install .[tensorflow]
dot -V
Expand Down

0 comments on commit d651a19

Please sign in to comment.