Skip to content

Commit eedb0ec

Browse files
committed
python ver
1 parent 296df81 commit eedb0ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
channels: conda-forge
7878
auto-update-conda: true
7979
auto-activate-base: false
80+
python-version: ${{ matrix.python[0] }}
8081

8182
- name: Conda config
8283
run: >-
@@ -88,7 +89,7 @@ jobs:
8889
conda install --file requirements/conda.txt
8990
conda install --file requirements/pip.txt
9091
pip install --upgrade build
91-
python -m pip wheel --no-build-isolation --wheel-dir ./dist .
92+
python -m pip wheel --no-deps --no-build-isolation --wheel-dir ./dist .
9293
9394
# - name: Build wheels from sdist
9495
# uses: pypa/cibuildwheel@v2.21.1

0 commit comments

Comments
 (0)