6
0

Python-based packaging

This commit is contained in:
Jon Michael Aanes 2024-03-30 13:37:37 +01:00
parent 16f5f9dafb
commit 6fc1041d2a
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -11,7 +11,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: python-latest
steps:
- name: Setting up python
run: |
@ -26,7 +26,7 @@ jobs:
- name: Test Python Code
run: python3 -m pytest test
publish:
runs-on: ubuntu-latest
runs-on: python-latest
needs: [test]
steps:
- name: Setting up python