From 8edd2a2a1556f4ee3787f46144140556eee89675 Mon Sep 17 00:00:00 2001 From: Mitchel Baker Date: Thu, 25 Jul 2024 22:27:33 +0000 Subject: [PATCH] add pytest install --- .github/workflows/run_smoke_test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_smoke_test.yml b/.github/workflows/run_smoke_test.yml index b4be3f45..3785def8 100644 --- a/.github/workflows/run_smoke_test.yml +++ b/.github/workflows/run_smoke_test.yml @@ -1,5 +1,7 @@ name: Smoke Test on: + workflow_call: + workflow_dispatch: pull_request: types: [opened, reopened] branches: @@ -7,10 +9,11 @@ on: pull_request_review: types: [submitted] push: + paths: + - ".github/workflows/run_smoke_test.yml" branches: - "main" - "*smoke*" - workflow_dispatch: jobs: smoke-test-windows: @@ -32,6 +35,7 @@ jobs: - name: Install dependencies run: | pip3 install -r requirements.txt + pip3 install -U pytest - name: Download OPA executable run: |