Skip to content

Commit

Permalink
bump devops_tests req to check file sizes (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Jul 21, 2023
1 parent 64a5469 commit f2f839e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests+artifacts+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
- run: pip install -r tests/devops_tests/requirements.txt
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pytest --durations=10 -v -s -We -p no:unraisableexception -k "not run_notebooks" tests/devops_tests
run: pytest --durations=10 -v -s -We -p no:unraisableexception -k "not test_run_notebooks" tests/devops_tests

dist:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion tests/devops_tests
2 changes: 1 addition & 1 deletion tests/examples_tests/test_run_notebooks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pylint: disable=missing-module-docstring
from ..devops_tests.test_run_notebooks import test_run_notebooks as _impl
from ..devops_tests.test_notebooks import test_run_notebooks as _impl


def test_run_notebooks(notebook_filename, tmp_path):
Expand Down

0 comments on commit f2f839e

Please sign in to comment.