Skip to content

Commit

Permalink
added jax install to the workflow file
Browse files Browse the repository at this point in the history
positr0nium committed Jun 27, 2024

Verified

This commit was signed with the committer’s verified signature.
frostming Frost Ming
1 parent cb2b246 commit 998116c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qrisp_test.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 60
strategy:
matrix:
python-version: ["3.9.16"]
@@ -24,6 +24,7 @@ jobs:
pip install -e ./
pip install pennylane
pip install qiskit-aer
pip install jax
- name: Test with pytest
run: |
pytest

0 comments on commit 998116c

Please sign in to comment.