Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayvammi committed Jun 12, 2024
1 parent ae4837a commit 962cb34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ whitelist_externals = poetry
setenv =
_PLOOMBER_TELEMETRY_DEBUG = false
commands =
poetry install -E docker -E notebook --without docs,binary,perf,tutorial
poetry install -E docker -E notebook --without docs,binary,perf,tutorial,compare
poetry run python -m pytest -m "not container" --cov=runnable/ tests/

[testenv:mypy]
whitelist_externals = poetry
commands =
poetry install -E docker -E notebook --without docs,binary,perf,tutorial
poetry install -E docker -E notebook --without docs,binary,perf,tutorial,compare
poetry run mypy runnable

0 comments on commit 962cb34

Please sign in to comment.