Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Dec 13, 2023
1 parent 0f01d5a commit c272f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- docs/build/circuit-visualization.ipynb
- name: Install LaTeX dependencies
if: steps.changed-files.outputs.all_changed_files.visualization_any_changed == "true"
if: ${{ steps.changed-files.outputs.all_changed_files.visualization_any_changed == "true" }}
run: |
sudo apt-get install texlive-pictures texlive-latex-extra poppler-utils
Expand Down

0 comments on commit c272f96

Please sign in to comment.