Skip to content

Commit

Permalink
poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
vengroff committed Dec 18, 2024
1 parent b4c44f6 commit 6d0b727
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nbmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Test the notebook
run: |
pytest --nbmake "${{matrix.notebook}}"
poetry run pytest --nbmake "${{matrix.notebook}}"
47 changes: 32 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
description = "Demonstrate calling various RA APIs."
authors = ["Darren Vengroff <[email protected]>"]
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
Expand All @@ -19,6 +20,7 @@ ruff = "^0.8.3"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.4"
nbmake = "^1.5.4"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 6d0b727

Please sign in to comment.