diff --git a/.github/workflows/notebook-test.yml b/.github/workflows/notebook-test.yml index 9311d45f6d..2e3e39e709 100644 --- a/.github/workflows/notebook-test.yml +++ b/.github/workflows/notebook-test.yml @@ -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