Skip to content

Commit

Permalink
Update .github/workflows/install_deps/action.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Rashid N H M <95639609+rashidnhm@users.noreply.github.com>
  • Loading branch information
albi3ro and rashidnhm authored Jun 20, 2024
1 parent 32a11be commit a76b6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ runs:

- name: Install Catalyst from Test Pypi
shell: bash
if: inputs.install_catalyst_test_pypi
if: inputs.install_catalyst_test_pypi == 'true'
run: pip install -i https://test.pypi.org/simple/ PennyLane-Catalyst==0.7.0.dev0 --upgrade;

- name: Freeze dependencies
Expand Down

0 comments on commit a76b6fa

Please sign in to comment.