Skip to content

Commit

Permalink
put external libraries back to lightning stable
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 committed Apr 12, 2024
1 parent b0d8c1e commit 17ed5ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/interface-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ jobs:
install_jax: true
install_tensorflow: true
install_pytorch: false
install_pennylane_lightning_master: true
# using lightning master does not work for the tests with external libraries
install_pennylane_lightning_master: false
pytest_coverage_flags: ${{ inputs.pytest_coverage_flags }}
pytest_markers: external
additional_pip_packages: pyzx pennylane-catalyst matplotlib stim
Expand Down

0 comments on commit 17ed5ff

Please sign in to comment.