6
0

Install python package

This commit is contained in:
Jon Michael Aanes 2024-02-17 12:05:22 +01:00
parent 2ecf925447
commit 76077b1281

View File

@ -21,6 +21,8 @@ jobs:
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
run: python3 -m pytest test
publish: