Python-based packaging
This commit is contained in:
parent
16f5f9dafb
commit
6fc1041d2a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user