Skip to content

Commit

Permalink
fix wrong snap syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloSynth1 committed Jun 4, 2024
1 parent 396f48b commit b232a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y pandoc

- name: Install tectonic
run: sudo snap update && sudo snap install tectonic
run: sudo snap refresh && sudo snap install tectonic

- name: Test with pytest
run: poetry run pytest tests

0 comments on commit b232a2a

Please sign in to comment.