Skip to content

Commit

Permalink
pip install pytest
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Jan 8, 2024
1 parent 482944c commit 95cb470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ jobs:
cmake --build . \
--config ${{ matrix.build-type }}
# Confirm the python tests run
pip install pytest
env PYTHONPATH=. pytest ../src/wrappers/python/tests
working-directory: _wrappers
- name: Test
Expand Down Expand Up @@ -439,6 +440,7 @@ jobs:
cmake --build . \
--config ${{ matrix.build-type }}
# Confirm the python tests run
pip install pytest
env PYTHONPATH=. pytest ../src/wrappers/python/tests
working-directory: _wrappers
- name: Test
Expand Down

0 comments on commit 95cb470

Please sign in to comment.