diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index facf2c78..c1a2b336 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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