Skip to content

Commit

Permalink
unpin octave
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Nov 24, 2023
1 parent 10c594b commit f829798
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-test-octave.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ on:
- "**.m"
- ".github/workflows/build-test-octave.yaml"

# pinning at octave 8.3.0 due to installation issue,
# see https://github.com/vbr-calc/vbr/issues/74
# note: this test uses a docker image with the latest gnu octave installed. The
# octave images are maintained by https://github.com/gnu-octave/docker and this
# action will fetch from docker hub, https://hub.docker.com/r/gnuoctave/octave
# to pin to a particular version, replace the image value below with, e.g.,
# gnuoctave/octave:8.3.0
jobs:
test-on-octave:
name: Octave build
runs-on: ubuntu-latest
container:
image: gnuoctave/octave:8.3.0
image: gnuoctave/octave
steps:
- uses: actions/checkout@v4
- name: Check octave installation
Expand Down

0 comments on commit f829798

Please sign in to comment.