Skip to content

Commit

Permalink
Update .github/workflows/tests_lqcpu_python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmintorDusko authored Sep 23, 2024
1 parent 93c7083 commit 7dc1d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_lqcpu_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
git status
- name: Patching tests following deprecation (FIXME: remove after v0.39)
if: inputs.lightning-version == 'stable' && inputs.pennylane-version != 'stable'
if: inputs.lightning-version == 'stable' && inputs.pennylane-version == 'stable'
run: |
pushd tests
grep -rl "default.qubit.legacy" . | xargs sed -i "s|default.qubit.legacy|default.qubit|g";
Expand Down

0 comments on commit 7dc1d5e

Please sign in to comment.