We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6b0698 + e72c7c8 commit be44c32Copy full SHA for be44c32
2 files changed
.github/workflows/asdf_ci.yml .github/workflows/ci.yml.github/workflows/asdf_ci.yml renamed to .github/workflows/ci.yml
.github/workflows/s390x.yml
@@ -1,6 +1,7 @@
1
name: s390x
2
3
on:
4
+ workflow_dispatch:
5
push:
6
tags:
7
- '*'
@@ -37,5 +38,5 @@ jobs:
37
38
python3 -m venv --system-site-packages tests
39
source tests/bin/activate
40
pip3 install --upgrade pip setuptools gwcs==0.9.1 pytest==5.4.3 pytest-doctestplus==0.8.0
- pip3 install .[all,tests]
41
+ pip3 install -e .[all,tests]
42
python3 -m pytest --remote-data
0 commit comments