File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
paths :
6
6
- " **.m"
7
+ - " .github/workflows/ci.yml"
7
8
8
9
jobs :
9
10
10
11
linux :
11
- runs-on : ubuntu-latest
12
+ runs-on : ubuntu-20.04
12
13
steps :
13
14
- uses : actions/checkout@v2
14
15
- run : |
15
16
sudo apt-get update -yq
16
- sudo apt-get install -yq --no-install-suggests --no-install-recommends octave > /dev/null
17
+ sudo apt-get install -yq --no-install-suggests --no-install-recommends octave liboctave-dev > /dev/null
17
18
18
- - run : octave --eval "pkg install https://github.com/apjanke /octave-tablicious/releases/download/v0.3.5/tablicious-0.3.5.tar.gz "
19
+ - run : octave --eval "pkg install https://github.com/scivision /octave-tablicious/archive/master.zip "
19
20
20
21
- run : octave --eval "matmap3d.tests.test_unit; exit"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ matmap3d.tests.test_unit
34
34
MatMap3D uses "datetime" for reliability--Octave can use datetime via tablicious:
35
35
36
36
``` octave
37
- pkg install https://github.com/apjanke /octave-tablicious/releases/download/v0.3.5/tablicious-0.3.5.tar.gz
37
+ pkg install https://github.com/scivision /octave-tablicious/archive/master.zip
38
38
```
39
39
40
40
### Functions
You can’t perform that action at this time.
0 commit comments