Improved naming of stages
This commit is contained in:
parent
76077b1281
commit
3784359076
|
@ -17,13 +17,13 @@ jobs:
|
|||
run: |
|
||||
apt-get update
|
||||
apt-get install -y python3 python3-pip
|
||||
- name: Installing dependencies
|
||||
- name: Installing Python Dependencies
|
||||
run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Installing package
|
||||
run: python3 -m pip install .
|
||||
- name: Test
|
||||
- name: Test Python Code
|
||||
run: python3 -m pytest test
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue
Block a user