Skip to content

Commit b144c69

Browse files
committed
Merge pull request #1618 from braingram/fix_s390x
s390 workflow
1 parent fbbb25b commit b144c69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/s390x.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: build
4848
with:
4949
arch: ${{ matrix.arch }}
50-
distro: ubuntu_latest
50+
distro: ubuntu_rolling
5151

5252
shell: /bin/bash
5353

@@ -61,6 +61,7 @@ jobs:
6161
python3-astropy \
6262
python3-lz4 \
6363
python3-numpy \
64+
python3-scipy \
6465
python3-ply \
6566
python3-venv \
6667
python3-wheel \
@@ -75,4 +76,5 @@ jobs:
7576
source tests/bin/activate
7677
pip3 install --upgrade pip setuptools gwcs pytest pytest-doctestplus pytest-remotedata
7778
pip3 install -e .[all,tests]
79+
pip3 list
7880
python3 -m pytest --remote-data

0 commit comments

Comments
 (0)