Skip to content

Commit 51edc40

Browse files
update workflow file
1 parent 92f08c2 commit 51edc40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python -m pip install --upgrade pip
3030
python -m pip install flake8 pytest poetry
3131
poetry install
32-
poetry build
32+
# poetry build
3333
- name: Lint with flake8
3434
run: |
3535
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)