Skip to content

Commit a4677ef

Browse files
committed
update banded-matrice dependency + change workflow matrix
1 parent bf212af commit a4677ef

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

Diff for: .github/workflows/deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
DOCS: ""
2727
strategy:
2828
matrix:
29-
python-version: [ 3.7 ]
30-
tensorflow: [ 2.2.1 ]
29+
python-version: ["3.7", "3.8.12", "3.9.12", "3.10.4"]
30+
poetry-version: [1.1.12]
3131
name: Python-${{ matrix.python-version }} tensorflow${{ matrix.tensorflow }}
3232
steps:
3333
#----------------------------------------------

Diff for: .github/workflows/quality-check.yaml

+7-5
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,18 @@ name: Tests
1616

1717
on:
1818
push:
19-
pull_request:
20-
branches:
21-
- develop
19+
release:
20+
types:
21+
- created
2222

2323
jobs:
24-
test:
24+
check-and-test:
2525
runs-on: ubuntu-latest
2626
strategy:
27+
fail-fast: false
2728
matrix:
28-
python-version: [ "3.8.12" ]
29+
python-version: ["3.7", "3.8.12", "3.9.12", "3.10.4"]
30+
poetry-version: [1.1.12]
2931
name: Python-${{ matrix.python-version }}
3032
steps:
3133
#----------------------------------------------

Diff for: pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ importlib-metadata = ">=4.4,<5.0"
2020
gpflow = "^2.1"
2121
numpy = ">=1.18.0,<2.0.0"
2222
tensorflow-probability = "0.11.0"
23-
# banded-matrices = "0.1.0"
24-
banded-matrices = { git = "https://github.com/secondmind-labs/banded_matrices.git", branch = "master" }
23+
banded-matrices = "0.1.0"
2524
# pip isn't smart enough to resolve these, so we need to include and pin these
2625
setuptools = "^41.0.0"
2726
google-auth = "^1.16.0"

0 commit comments

Comments
 (0)