PYTHON3
This commit is contained in:
parent
22607dbb74
commit
7f4cae189d
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Test
|
- name: Test
|
||||||
run: python -m pytest test
|
run: python3 -m pytest test
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [test]
|
needs: [test]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user