We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296df81 commit eedb0ecCopy full SHA for eedb0ec
.github/workflows/_build-pyobjcryst-package.yml
@@ -77,6 +77,7 @@ jobs:
77
channels: conda-forge
78
auto-update-conda: true
79
auto-activate-base: false
80
+ python-version: ${{ matrix.python[0] }}
81
82
- name: Conda config
83
run: >-
@@ -88,7 +89,7 @@ jobs:
88
89
conda install --file requirements/conda.txt
90
conda install --file requirements/pip.txt
91
pip install --upgrade build
- python -m pip wheel --no-build-isolation --wheel-dir ./dist .
92
+ python -m pip wheel --no-deps --no-build-isolation --wheel-dir ./dist .
93
94
# - name: Build wheels from sdist
95
# uses: pypa/cibuildwheel@v2.21.1
0 commit comments