Skip to content

Commit

Permalink
Fix for GTEST on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ihedvall committed Jan 25, 2024
1 parent eaede94 commit 41b29df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ jobs:
platform: ${{ matrix.env.ninja_platform }}

- name: PYTEST Install
run: pip install pytest
uses: actions/setup-python@main
with:
cache: 'pip'
run: pip install -U pytest

- name: CMAKE Configure
env: ${{ matrix.env.cmake_env }}
Expand Down

0 comments on commit 41b29df

Please sign in to comment.