Skip to content

Commit

Permalink
adjust smoke_test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 25, 2024
1 parent 98178b1 commit b799e17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b799e17

Please sign in to comment.