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