From 364b0537cee5fa4c627022532fb4990472e7f461 Mon Sep 17 00:00:00 2001 From: Jan Rous Date: Wed, 6 Sep 2023 13:50:56 -0300 Subject: [PATCH] fix pytest paths --- .github/workflows/tox-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tox-pytest.yml b/.github/workflows/tox-pytest.yml index eaeefe02fc..4cb75344ca 100644 --- a/.github/workflows/tox-pytest.yml +++ b/.github/workflows/tox-pytest.yml @@ -178,7 +178,7 @@ jobs: src/pudl/package_data/settings/etl_fast.yml - name: Run integration tests on live data - run: pytest --live-dbs src/pudl/test/integration + run: pytest --live-dbs test/integration # ci-integration: # runs-on: ubuntu-latest