Skip to content

Commit

Permalink
Remove test branch from ya-int, updated python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
maaktweluit committed Nov 13, 2020
1 parent ea8a021 commit ff3a3f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'golemfactory/yagna-integration'
branch: 'mwu/multi-payment'
token: ${{ secrets.YAGNA_WORKFLOW_TOKEN }}

- name: Configure python 3.7
- name: Configure python 3.8
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.8'

- name: Run setuptools
run: python setup.py develop
Expand Down

0 comments on commit ff3a3f9

Please sign in to comment.