Skip to content

Commit

Permalink
fixup! Add support for TensorFlow 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Mar 28, 2024
1 parent caee247 commit e164a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install TensorFlow with GPU support
if: ${{ contains(matrix.runs-on, 'gpu') }}
run: |
micromamba install -y "$TF_VERSION" cudnn=8.4
micromamba install -y "$TF_VERSION" cudnn=8.4 matplotlib
- uses: nengo/nengo-bones/actions/run-script@main
with:
name: ${{ matrix.script }}
Expand Down

0 comments on commit e164a47

Please sign in to comment.