Skip to content

Commit be44c32

Browse files
authored
Merge pull request #986 from eslavich/eslavich-update-2.7.x-ci
Add workflow dispatch trigger to s390x
2 parents b6b0698 + e72c7c8 commit be44c32

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/s390x.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: s390x
22

33
on:
4+
workflow_dispatch:
45
push:
56
tags:
67
- '*'
@@ -37,5 +38,5 @@ jobs:
3738
python3 -m venv --system-site-packages tests
3839
source tests/bin/activate
3940
pip3 install --upgrade pip setuptools gwcs==0.9.1 pytest==5.4.3 pytest-doctestplus==0.8.0
40-
pip3 install .[all,tests]
41+
pip3 install -e .[all,tests]
4142
python3 -m pytest --remote-data

0 commit comments

Comments
 (0)