Skip to content

Commit

Permalink
CI: addressed issue for our macOS Python bindings test.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Apr 29, 2024
1 parent 1c562ed commit 5fb097e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jobs:
sudo apt install valgrind
- name: Install pytest and pytest-html
if: ${{ matrix.target == 'python_unit_testing' }}
run: pip3 install pytest pytest-html
run: pip3 install --break-system-packages pytest pytest-html
- name: Install Sphinx and some Sphinx packages
if: ${{ matrix.documentation == 'ON' }}
run: pip3 install sphinx sphinx-copybutton sphinx-inline-tabs
Expand Down

0 comments on commit 5fb097e

Please sign in to comment.