Skip to content

Commit

Permalink
CI: just pip, at least on some containers?
Browse files Browse the repository at this point in the history
cbm755 committed Dec 25, 2023
1 parent 419e474 commit 90a76c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ jobs:
bist_doc:
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false
matrix:
octave: [8.4.0]
sympy: [1.4, 1.5.1, 1.6.2, 1.7.1, 1.8, 1.9, 1.10.1, 1.11.1, 1.12]
@@ -99,8 +99,9 @@ jobs:
# For more details, see https://stackoverflow.com/q/71901632
# and https://github.com/actions/checkout/issues/760
docker exec oc git config --global --add safe.directory /workdir/octsympy
docker exec oc pip3 install packaging
docker exec oc pip3 install sympy==$SYMPY
docker exec oc pip --version
docker exec oc pip install packaging
docker exec oc pip install sympy==$SYMPY
docker exec oc octave-cli --eval "pkg install -forge doctest"
- name: Run BIST in-place
run: docker exec oc make -C octsympy test

0 comments on commit 90a76c2

Please sign in to comment.