Skip to content

Commit 45a4860

Browse files
committed
Drop building of conda packages for win-x86 platform.
Either miniconda is not available or setuptools/setuptools-scm not available from default channels at high enough version for our builds. This platform should get deprecated away soon-ish. If you are reading this and need win-x86 packages, use pip packages for now and contact the devs for options to move off this platform.
1 parent 1eeb27b commit 45a4860

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262

6363
- { os: windows-latest, python: '3.12', arch: x86, conda: false } # conda not yet available
6464
- { os: windows-latest, python: '3.11', arch: x86, conda: false } # conda not yet available
65-
- { os: windows-latest, python: '3.10', arch: x86, conda: true }
66-
- { os: windows-latest, python: '3.9', arch: x86, conda: true }
67-
- { os: windows-latest, python: '3.8', arch: x86, conda: true }
65+
- { os: windows-latest, python: '3.10', arch: x86, conda: false } # setuptools/setuptools-scm deps not met
66+
- { os: windows-latest, python: '3.9', arch: x86, conda: false } # setuptools/setuptools-scm deps not met
67+
- { os: windows-latest, python: '3.8', arch: x86, conda: false } # setuptools/setuptools-scm deps not met
6868

6969
if: github.repository == 'labscript-suite/labscript-c-extensions' && (github.event_name != 'create' || github.event.ref_type != 'branch')
7070
steps:

0 commit comments

Comments
 (0)