Update pythonpackage.yml
This commit is contained in:
parent
b5182a6988
commit
0a083e2f21
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.5, 3.6, 3.7, 3.8]
|
python-version: [3.8]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -38,4 +38,4 @@ jobs:
|
|||||||
- name: Test client
|
- name: Test client
|
||||||
run: |
|
run: |
|
||||||
python syncplayServer.py &
|
python syncplayServer.py &
|
||||||
python syncplayClient.py --no-gui -a localhost
|
python syncplayClient.py --no-gui -a localhost -r test -n test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user