Skip to content

Commit

Permalink
Merge pull request #1236 from WilliamJamieson/ci/fix_s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson authored Nov 22, 2022
2 parents afb9277 + c271163 commit aa52111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

jobs:
pytest:
name: Python 3.8
name: Run s390x Tests
runs-on: ubuntu-18.04
if: (github.repository == 'asdf-format/asdf' && (github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 's390x')))
steps:
Expand Down Expand Up @@ -56,6 +56,6 @@ jobs:
run: |
python3 -m venv --system-site-packages tests
source tests/bin/activate
pip3 install --upgrade pip setuptools gwcs pytest pytest-doctestplus
pip3 install --upgrade pip setuptools gwcs pytest pytest-doctestplus pytest-remotedata
pip3 install -e .[all,tests]
python3 -m pytest --remote-data

0 comments on commit aa52111

Please sign in to comment.