Fixes for some new failures. (Where did they come from?) (#65)

* Fixes for some new failures. (Where did they come from?)

* Fixed isort?
This commit is contained in:
Patrick Kidger
2023-02-16 10:08:57 -08:00
committed by GitHub
parent d911ebb99c
commit 81c56052e5
6 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
run-tests:
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9 ]
python-version: [ 3.8, 3.9 ]
os: [ ubuntu-latest ]
fail-fast: false
runs-on: ${{ matrix.os }}