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 b34387a commit 1d646ee
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 wheel
pip install -U setuptools cython wheel numpy
cd examples/01_basic
pip install --no-build-isolation .
pytest
Expand Down

0 comments on commit 1d646ee

Please sign in to comment.