Skip to content

Commit 8475968

Browse files
committed
Don't install cython as an extra package.
Packages should define their own build time dependencies. Signed-off-by: Pedro Algarvio <[email protected]>
1 parent 05b2553 commit 8475968

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ jobs:
256256
shell: bash
257257
env:
258258
SALT_REQUIREMENT: salt~=${{ matrix.salt-version }}
259-
EXTRA_REQUIREMENTS_INSTALL: Cython
260259
run: |
261260
export PATH="/C/Program Files (x86)/Windows Kits/10/bin/10.0.18362.0/x64;$PATH"
262261
nox --force-color --envdir 'C:\.nox' -e ${{ steps.define-test-session.outputs.test-session }} --install-only

0 commit comments

Comments
 (0)