This commit is contained in:
felinae98
2021-06-17 11:31:25 +08:00
parent a62e055e7f
commit 61f258f685
+2
View File
@@ -26,6 +26,7 @@ jobs:
- image: cimg/python:3.9
steps:
- checkout
- run: sed -e '41,45d' -i pyproject.toml
- poetry/install
- poetry/shell:
args: pytest --junitxml=test-results/junit.xml
@@ -35,6 +36,7 @@ jobs:
docker:
- image: cimg/python:3.9
steps:
- checkout
- run: poetry build
- store_artifacts:
path: dist