Skip to content

Commit

Permalink
adding cupy to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
brennanfreeze committed Aug 11, 2024
1 parent 0650d42 commit 2e30865
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install pytest
- name: Install qcpy
run: |
pip install .
- name: Verify installed packages
run: |
pip list
- name: Run pytest
env:
PYTHONPATH: ./src
run: |
pytest
pytest

0 comments on commit 2e30865

Please sign in to comment.