Skip to content

Commit 885164f

Browse files
authored
[FIX] fix octave install (#270)
1 parent 5257b90 commit 885164f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/run_tests_octave.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
- name: Make jsonread for octave
2727
run: |
2828
sudo apt-get -y -qq update
29-
sudo apt-get -y install octave
30-
sudo apt-get -y install liboctave-dev
29+
sudo apt-get -y install octave octave-dev
3130
cd lib/JSONio
3231
mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS
3332

notebooks/basic_usage.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
"\n",
437437
"- A json file that stores your data dictionary was created.\n",
438438
"\n",
439-
"Let's inpsect its content."
439+
"Let's inspect its content."
440440
]
441441
},
442442
{

0 commit comments

Comments
 (0)