We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922119e commit 6377873Copy full SHA for 6377873
1 file changed
.github/workflows/main.yaml
@@ -323,7 +323,7 @@ jobs:
323
python-version: "3.11"
324
cache: 'pip' # caching pip dependencies
325
- name: Install dependencies
326
- run: pip install -r requirements-test.txt
+ run: pip install -r requirements-devel.txt
327
- name: Build a binary wheel
328
run: python -m build
329
- name: Publish distribution 📦 to PyPI on new tags
0 commit comments