From 2852da59e9d3838c069c9b405b5e51009b6cc832 Mon Sep 17 00:00:00 2001 From: aherbst-broad Date: Tue, 10 Oct 2023 14:59:14 -0400 Subject: [PATCH] Run script --- .github/workflows/billing-project-e2e.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/billing-project-e2e.yaml b/.github/workflows/billing-project-e2e.yaml index ab39304..21afe2a 100644 --- a/.github/workflows/billing-project-e2e.yaml +++ b/.github/workflows/billing-project-e2e.yaml @@ -34,5 +34,7 @@ jobs: run: poetry install working-directory: ${{ github.workspace }}/tools - name: Run script - run: python -m billing_project + run: | + source .venv/bin/activate + python -m billing_project working-directory: ${{ github.workspace }}/tools \ No newline at end of file