Skip to content

Commit

Permalink
[FIX] fix octave install (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau authored Feb 3, 2025
1 parent 5257b90 commit 885164f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run_tests_octave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: Make jsonread for octave
run: |
sudo apt-get -y -qq update
sudo apt-get -y install octave
sudo apt-get -y install liboctave-dev
sudo apt-get -y install octave octave-dev
cd lib/JSONio
mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS
Expand Down
2 changes: 1 addition & 1 deletion notebooks/basic_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
"\n",
"- A json file that stores your data dictionary was created.\n",
"\n",
"Let's inpsect its content."
"Let's inspect its content."
]
},
{
Expand Down

0 comments on commit 885164f

Please sign in to comment.