Skip to content

Commit

Permalink
Drop building of conda packages for win-x86 platform.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dihm committed Nov 12, 2024
1 parent 1eeb27b commit 45a4860
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:

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

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

0 comments on commit 45a4860

Please sign in to comment.