Skip to content

Commit

Permalink
temp disable pull on windows again
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Mar 12, 2024
1 parent 74caa26 commit 49df2c5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dev/tasks/python-wheels/github.windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ jobs:
@rem We can remove this workaround once we find a way to use
@rem pulled caches when build an image.
echo on
archery docker pull --no-ignore-pull-failures python-wheel-windows-vs2019
if errorlevel 1 (
archery docker build --no-pull python-wheel-windows-vs2019 || exit /B 1
)
@rem archery docker pull --no-ignore-pull-failures python-wheel-windows-vs2019
@rem if errorlevel 1 (
@rem archery docker build --no-pull python-wheel-windows-vs2019 || exit /B 1
@rem )
archery docker build --no-pull python-wheel-windows-vs2019 || exit /B 1
archery docker run --no-build -e SETUPTOOLS_SCM_PRETEND_VERSION={{ arrow.no_rc_version }} python-wheel-windows-vs2019
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 49df2c5

Please sign in to comment.