File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ on :
2+ pull_request
3+
4+ name : Wool
5+
6+ jobs :
7+ runWool :
8+ name : Run black
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@master
12+
13+ - uses : uc-cdis/wool@master
14+ env :
15+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11language : python
22python :
33- 3.6
4- env :
5- - REPOSITORY="uc-cdis/gen3sdk-python" PR_NUMBER="$TRAVIS_PULL_REQUEST"
64install :
75- pip install -r requirements.txt
86- pip install -r test-requirements.txt
9- -
pip install -e git+https://[email protected] /uc-cdis/wool.git#egg=wool; 107- cp -r $VIRTUAL_ENV/src/indexclient/indexclient gen3/.
118script :
129- sed -i.bak "s/0.1.0/$(git describe --tags --abbrev=0 --match=[0-9]*)/g" setup.py
1310- python setup.py install
1411- py.test -vv tests
15- - if [[ $PR_NUMBER != false ]]; then wool; fi
1612deploy :
1713 skip_cleanup : true
1814 provider : pypi
You can’t perform that action at this time.
0 commit comments