summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSayed Adel <seiko@imavr.com>2023-01-09 16:03:06 +0200
committerCharles Harris <charlesr.harris@gmail.com>2023-01-16 15:15:01 -0700
commit77e8011707350ddedc84fd4f7282ca435ebc2cbb (patch)
tree7c95abb0ac835e0b3c7fc3a32faffe544b73f216
parent8d5d442bbf4b99fb72646e8f28e2e6948585321c (diff)
downloadnumpy-77e8011707350ddedc84fd4f7282ca435ebc2cbb.tar.gz
BLD: Try disables mingw32
-rw-r--r--.github/workflows/wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 1956a9d0c..f6552f232 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -111,7 +111,7 @@ jobs:
- name: setup rtools for 32-bit
run: |
echo "PLAT=i686" >> $env:GITHUB_ENV
- echo "MSYSTEM=MINGW32" >> $env:GITHUB_ENV
+ #echo "MSYSTEM=MINGW32" >> $env:GITHUB_ENV
echo "PATH=$env:RTOOLS40_HOME\mingw32\bin;$env:PATH" >> $env:GITHUB_ENV
gfortran --version
if: ${{ matrix.buildplat[1] == 'win32' }}