Skip to content

Commit 98e3831

Browse files
committed
workflow
1 parent a87dcf8 commit 98e3831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install dependencies
5353
run: |
5454
python -m pip install --upgrade pip
55-
pip install -r dev_requirements/requirements-test_packaging.txt
55+
pip install .[test_packaging]
5656
- name: Build wheel and source distributions
5757
run: |
5858
python -m build

0 commit comments

Comments
 (0)