From b799e178c8f8e891d068556a563e9dd7bd4b05d0 Mon Sep 17 00:00:00 2001 From: Mitchel Baker Date: Thu, 25 Jul 2024 23:27:55 +0000 Subject: [PATCH] adjust smoke_test workflow --- .github/workflows/run_smoke_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_smoke_test.yml b/.github/workflows/run_smoke_test.yml index 14604f88..8d206e85 100644 --- a/.github/workflows/run_smoke_test.yml +++ b/.github/workflows/run_smoke_test.yml @@ -31,11 +31,12 @@ jobs: pip3 install virtualenv python -m venv .venv .venv\Scripts\activate + pytest ./Testing/Functional/SmokeTests/ -k "SmokeTest and test_venv_creation" - name: Install dependencies run: | pip3 install -r requirements.txt - pip3 install -U pytest + pip3 install pytest - name: Download OPA executable run: |