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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.5, 3.6, 3.7, 3.8]
|
||||
python-version: [3.8]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -38,4 +38,4 @@ jobs:
|
||||
- name: Test client
|
||||
run: |
|
||||
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