Skip to content

Commit

Permalink
Install python pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ihedvall committed Jan 24, 2024
1 parent dcd37b7 commit f84e866
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
- name: GTEST Install
uses: MarkusJx/googletest-installer@master

- name: PYTEST Install
run: pip install pytest

- name: CMAKE Configure
env: ${{ matrix.env.cmake_env }}
run: cmake -G Ninja -B ${{github.workspace}}/build -D DBC_TEST=ON -D DBC_PYTHON=ON
Expand Down

0 comments on commit f84e866

Please sign in to comment.