mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-13 01:46:07 +00:00
.github/workflows/nix.yml: run tests on GHC 9.10 (#1547)
* .github/workflows/nix.yml: run tests on GHC 9.10 * test/acceptance.nbconvert.sh: update
This commit is contained in:
parent
7aec9bd6ff
commit
b6aaf3d110
3
.github/workflows/nix.yml
vendored
3
.github/workflows/nix.yml
vendored
@ -69,7 +69,6 @@ jobs:
|
||||
- name: Check acceptance test for ${{matrix.env}}
|
||||
# Don't bother running it with the display envs since we already run it
|
||||
# with the basic envs, and it doesn't test any display stuff.
|
||||
# Also disable GHC 9.10 for now
|
||||
if: ${{ !(contains(matrix.env, fromJSON('"display"')) || contains(matrix.env, fromJSON('"ghc910"'))) }}
|
||||
if: ${{ !(contains(matrix.env, fromJSON('"display"'))) }}
|
||||
run: |
|
||||
nix build .#checks.x86_64-linux.${{matrix.env}} -L
|
||||
|
@ -33,8 +33,8 @@ $* --to=notebook --execute --allow-errors test/acceptance.nbconvert.in.ipynb
|
||||
mv test/acceptance.nbconvert.in.nbconvert.ipynb test/acceptance.nbconvert.out.ipynb
|
||||
|
||||
diff \
|
||||
<(grep -v -e 'version' -e 'Line ' -e 'Integral' -e 'Num' -e 'error' \
|
||||
<(grep -v -e 'version' -e 'Line ' -e 'Integral' -e 'Num' -e 'Real' -e 'error' \
|
||||
<(cat test/acceptance.nbconvert.in.ipynb | jq '{"cells": .cells | map(del(.metadata.execution)), "metadata": .metadata}')) \
|
||||
<(grep -v -e 'version' -e 'Line ' -e 'Integral' -e 'Num' -e 'error' \
|
||||
<(grep -v -e 'version' -e 'Line ' -e 'Integral' -e 'Num' -e 'Real' -e 'error' \
|
||||
<(cat test/acceptance.nbconvert.out.ipynb | jq '{"cells": .cells | map(del(.metadata.execution)), "metadata": .metadata}'))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user