Skip to content

Commit 4ed984c

Browse files
committed
pip
1 parent e8c6578 commit 4ed984c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_build-pyobjcryst-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install pyobjcryst and requirements
8787
run: |
8888
conda install --file requirements/conda.txt
89-
conda install --file requirements/build.txt
89+
conda install --file requirements/pip.txt
9090
pip install --upgrade build
9191
python -m pip wheel --no-build-isolation --wheel-dir ./dist .
9292

0 commit comments

Comments
 (0)