Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into python-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Oct 10, 2024
2 parents 7e97dd7 + c1cb57b commit e219b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
shell: bash

- name: Install dependencies
run: python -m pip install -U pip "pybind11[global]" cmake build numpy
run: python -m pip install -U pip "pybind11[global]" cmake build numpy pytest

- name: Build and install Python bindings
run: python -m pip install .
Expand Down

0 comments on commit e219b0b

Please sign in to comment.