Skip to content

Commit

Permalink
fix quarto install
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jun 4, 2023
1 parent d388653 commit b42e6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
# download the latest release
gh release download --repo quarto-dev/quarto-cli --pattern '*.deb'
gh release download --repo quarto-dev/quarto-cli --pattern 'quarto-*-linux-amd64.deb'
# install it
sudo apt install ./*.deb
- name: Test with pytest
Expand Down

0 comments on commit b42e6b8

Please sign in to comment.