Skip to content

Commit a7237ab

Browse files
committed
Remove test check and run build test 💚
1 parent a87f4f0 commit a7237ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -r requirements.txt
26-
- name: Running unit test
26+
- name: Building project
2727
run: |
28-
python -m unittest discover test -p '*Test.py'
28+
pip install build
29+
python -m pip install --upgrade build
30+
python -m build

0 commit comments

Comments
 (0)