Skip to content

Commit

Permalink
Get tests passing again
Browse files Browse the repository at this point in the history
  • Loading branch information
hunse committed Jan 22, 2024
1 parent 1443c45 commit b30c7aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: nengo/nengo-bones/actions/run-script@main
with:
name: static
python-version: "3.10"
test:
needs:
- static
Expand All @@ -38,7 +39,7 @@ jobs:
- script: test
coverage-name: oldest
tf-version: tensorflow==2.3.4
python: "3.7"
python: "3.8"
fail-fast: false
env:
TF_VERSION: ${{ matrix.tf-version || 'tensorflow' }}
Expand Down

0 comments on commit b30c7aa

Please sign in to comment.