Skip to content

Commit 29bce25

Browse files
Copilotypriverol
andauthored
ci: replace poetry build with python -m build in workflow
Agent-Logs-Url: https://github.com/bigbio/quantms-utils/sessions/c1761e1e-b832-4f20-8b19-1b96882d1458 Co-authored-by: ypriverol <52113+ypriverol@users.noreply.github.com>
1 parent 0bd595a commit 29bce25

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install flake8 pytest
30+
python -m pip install flake8 pytest build
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32-
pip install poetry
33-
poetry build
32+
python -m build
3433
pip install dist/*.whl
3534
- name: Lint with flake8
3635
run: |

0 commit comments

Comments
 (0)