6
0
This commit is contained in:
Jon Michael Aanes 2023-12-12 14:08:25 +01:00
parent 22607dbb74
commit 7f4cae189d

View File

@ -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]