diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 0e43cc3d..e717636f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -7,6 +7,8 @@ on: paths: - 'src/**' - 'tests/**' + - 'dev_requirements.txt' + - 'pyproject.toml' push: branches: - main diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 235294a0..7a0884c5 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -11,6 +11,8 @@ on: paths: - 'src/**' - 'tests/**' + - 'dev_requirements.txt' + - 'pyproject.toml' jobs: test: diff --git a/dev_requirements.txt b/dev_requirements.txt index 98b73c18..e094d15a 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -7,4 +7,4 @@ pytest-mock pytest-timeout pytest-xdist icecream -neptune-scale==0.8.0b0 +neptune-scale==0.8.0b1