We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbb25b commit b144c69Copy full SHA for b144c69
.github/workflows/s390x.yml
@@ -47,7 +47,7 @@ jobs:
47
id: build
48
with:
49
arch: ${{ matrix.arch }}
50
- distro: ubuntu_latest
+ distro: ubuntu_rolling
51
52
shell: /bin/bash
53
@@ -61,6 +61,7 @@ jobs:
61
python3-astropy \
62
python3-lz4 \
63
python3-numpy \
64
+ python3-scipy \
65
python3-ply \
66
python3-venv \
67
python3-wheel \
@@ -75,4 +76,5 @@ jobs:
75
76
source tests/bin/activate
77
pip3 install --upgrade pip setuptools gwcs pytest pytest-doctestplus pytest-remotedata
78
pip3 install -e .[all,tests]
79
+ pip3 list
80
python3 -m pytest --remote-data
0 commit comments