We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5257b90 commit 885164fCopy full SHA for 885164f
.github/workflows/run_tests_octave.yml
@@ -26,8 +26,7 @@ jobs:
26
- name: Make jsonread for octave
27
run: |
28
sudo apt-get -y -qq update
29
- sudo apt-get -y install octave
30
- sudo apt-get -y install liboctave-dev
+ sudo apt-get -y install octave octave-dev
31
cd lib/JSONio
32
mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS
33
notebooks/basic_usage.ipynb
@@ -436,7 +436,7 @@
436
"\n",
437
"- A json file that stores your data dictionary was created.\n",
438
439
- "Let's inpsect its content."
+ "Let's inspect its content."
440
]
441
},
442
{
0 commit comments