Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair authored Aug 12, 2024
1 parent 8d8f0c2 commit 1fb8268
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -514,11 +514,6 @@ jobs:
apt install ./quarto*linux-amd64.deb
quarto install tool tinytex --log-level warning
# - name: Install quarto to build cheatsheet
# uses: quarto-dev/quarto-actions/setup@v2
# with:
# tinytex: true

- name: Test quarto installation
run: quarto --version

Expand Down Expand Up @@ -565,7 +560,7 @@ jobs:
}
# Make the html doc & validate results
make_doc html-noplot
make_doc html
# Make the pdf doc & validate results
make_doc pdf
Expand Down

0 comments on commit 1fb8268

Please sign in to comment.