Skip to content

Commit

Permalink
Merge pull request #1618 from braingram/fix_s390x
Browse files Browse the repository at this point in the history
s390 workflow
  • Loading branch information
braingram committed Aug 7, 2023
1 parent fbbb25b commit b144c69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: build
with:
arch: ${{ matrix.arch }}
distro: ubuntu_latest
distro: ubuntu_rolling

shell: /bin/bash

Expand All @@ -61,6 +61,7 @@ jobs:
python3-astropy \
python3-lz4 \
python3-numpy \
python3-scipy \
python3-ply \
python3-venv \
python3-wheel \
Expand All @@ -75,4 +76,5 @@ jobs:
source tests/bin/activate
pip3 install --upgrade pip setuptools gwcs pytest pytest-doctestplus pytest-remotedata
pip3 install -e .[all,tests]
pip3 list
python3 -m pytest --remote-data

0 comments on commit b144c69

Please sign in to comment.