Skip to content

Commit

Permalink
Update build-and-test-examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter2206 authored Feb 17, 2023
1 parent b0af054 commit b34387a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: build_and_run_examples
run: |
pip install .
pip install cython
pip install cython wheel
cd examples/01_basic
pip install --no-build-isolation .
pytest
Expand Down

0 comments on commit b34387a

Please sign in to comment.