Skip to content

Commit

Permalink
try system octave
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 15, 2024
1 parent 2e03083 commit f2c32d7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10', '3.11']

steps:
- uses: actions/checkout@v2
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Setup conda ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
miniforge-variant: Mambaforge
python-version: ${{ matrix.python-version }}
- name: Install octave
run: |
apt-get install -y octave
- name: Install dependencies
run: |
conda install -y octave
make install
make docker-build
- name: Run test
Expand Down

0 comments on commit f2c32d7

Please sign in to comment.