Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 2927c37

Browse files
authored
install build
1 parent e7ad761 commit 2927c37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30+
python -m pip install --upgrade build
3031
# python -m pip install flake8 pytest
3132
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3233
# - name: Lint with flake8

0 commit comments

Comments
 (0)