Skip to content

Commit 83975c3

Browse files
update black version and use nbval
1 parent 1886f37 commit 83975c3

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ jobs:
9898
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
9999
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
100100
run: |
101-
cd docs/ && poetry run treon -v
101+
cd docs/ && pytest -n auto --nbval-lax --disable-warnings

poetry.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bedrock = ["boto3"]
4747
voyageai = ["voyageai"]
4848

4949
[tool.poetry.group.dev.dependencies]
50-
black = "^23.1"
50+
black = "^25.1.0"
5151
isort = "^5.6.4"
5252
pylint = "^3.1.0"
5353
pytest = "^8.1.1"

0 commit comments

Comments
 (0)