Skip to content

Commit

Permalink
fix: remove --system in pip3 install
Browse files Browse the repository at this point in the history
  • Loading branch information
zydou committed Aug 29, 2023
1 parent 6b9f946 commit 4064c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
latexmk_shell_escape: true
latexmk_use_lualatex: true
extra_system_packages: python3-pip
pre_compile: pip3 install --system --upgrade Pygments
pre_compile: pip3 install --upgrade Pygments

- name: Download extra fonts
run: |
Expand Down

0 comments on commit 4064c5f

Please sign in to comment.