Skip to content

Commit

Permalink
#48 fix
Browse files Browse the repository at this point in the history
if normal jupytext installation fails, it will run it with --break-system-packages which solved the issue during the tests
  • Loading branch information
memerchik committed Oct 25, 2024
1 parent b98ff08 commit 9a7a960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: installing & running jupytext
run: |
pip install jupytext
pip install jupytext || pip install jupytext --break-system-packages
jupytext --set-formats ipynb,md article.ipynb
jupytext --sync article.ipynb
Expand Down

0 comments on commit 9a7a960

Please sign in to comment.