Skip to content

Commit

Permalink
add unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MEKBAL committed Jun 20, 2024
1 parent 3d76a7d commit f67b603
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 @@ -22,7 +22,7 @@ jobs:
- name: Installing pytest
run: python -m pip install pytest
- name: Installing make
run: python -m pip insatll make
run: python -m pip install make
- name: apt
run: sudo apt-get -qq update; sudo apt-get install -y libc-dbg python3-numpy python3-matplotlib texlive-latex-extra texlive-fonts-recommended dvipng cm-super
- name: Install the requirements for building
Expand Down

0 comments on commit f67b603

Please sign in to comment.