Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix minitest
Browse files Browse the repository at this point in the history
  • Loading branch information
4e554c4c committed Aug 14, 2024
1 parent 3a4f558 commit 1784617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
require "bundler/setup"
require "mathematical"
require "minitest/autorun"
require "minitest/pride"
# minitest/pride broken on gh runners
# require "minitest/pride"
require "math-to-itex"
require "pp"

Expand Down

0 comments on commit 1784617

Please sign in to comment.