We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c6578 commit 4ed984cCopy full SHA for 4ed984c
.github/workflows/_build-pyobjcryst-package.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Install pyobjcryst and requirements
87
run: |
88
conda install --file requirements/conda.txt
89
- conda install --file requirements/build.txt
+ conda install --file requirements/pip.txt
90
pip install --upgrade build
91
python -m pip wheel --no-build-isolation --wheel-dir ./dist .
92
0 commit comments