Skip to content

Commit

Permalink
add pytest install
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 25, 2024
1 parent 0186e56 commit 8edd2a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
name: Smoke Test
on:
workflow_call:
workflow_dispatch:
pull_request:
types: [opened, reopened]
branches:
- "main"
pull_request_review:
types: [submitted]
push:
paths:
- ".github/workflows/run_smoke_test.yml"
branches:
- "main"
- "*smoke*"
workflow_dispatch:

jobs:
smoke-test-windows:
Expand All @@ -32,6 +35,7 @@ jobs:
- name: Install dependencies
run: |
pip3 install -r requirements.txt
pip3 install -U pytest
- name: Download OPA executable
run: |
Expand Down

0 comments on commit 8edd2a2

Please sign in to comment.