Skip to content

Commit 6377873

Browse files
committed
Fix build and publish
1 parent 922119e commit 6377873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
python-version: "3.11"
324324
cache: 'pip' # caching pip dependencies
325325
- name: Install dependencies
326-
run: pip install -r requirements-test.txt
326+
run: pip install -r requirements-devel.txt
327327
- name: Build a binary wheel
328328
run: python -m build
329329
- name: Publish distribution 📦 to PyPI on new tags

0 commit comments

Comments
 (0)