Skip to content

Commit

Permalink
enforce old cli functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
mathematicalmichael committed Jan 22, 2024
1 parent 94084e7 commit 73ff730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
texlive-fonts-extra \
texlive-science \
latexmk \
dvipng \
cm-super
- name: Install Python dependencies
Expand All @@ -88,7 +89,7 @@ jobs:
pip install .[examples]
- name: Old CLI
continue-on-error: true
continue-on-error: false
run: mud_run_all -v

- name: New CLI
Expand Down

0 comments on commit 73ff730

Please sign in to comment.