Update python-build-test.yml

This commit is contained in:
Gilles Boccon-Gibod
2022-05-17 09:16:17 -07:00
committed by GitHub
parent e99d291cb7
commit 7e8b201999

View File

@@ -27,6 +27,7 @@ jobs:
python -m pip install build
pip install ".[test]"
- name: Build package
run: |
python -m build
- name: Test with pytest
run: |