Skip to content

Commit b44e7f7

Browse files
authoredSep 25, 2024
Update python-publish.yml
1 parent 9de2f35 commit b44e7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install dependencies
5757
run: |
5858
python -m pip install --upgrade pip
59-
pip install -r dev_requirements/requirements-packaging.txt
59+
pip install .[test-packaging]
6060
- name: Build wheel and source distributions
6161
run: |
6262
python -m build

0 commit comments

Comments
 (0)