Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
nulano and hugovk authored Nov 27, 2023
1 parent 02920fe commit 955ba82
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
path: Tests\test-images
- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.x"
- name: Prepare for build
run: |
choco install nasm --no-progress
Expand Down Expand Up @@ -139,12 +139,12 @@ jobs:
CIBW_TEST_SKIP: "*-win_arm64"
CIBW_TEST_COMMAND: >-
docker run --rm
-v {project}:C:\pillow
-v C:\cibw:C:\cibw
-v %CD%\..\venv-test:%CD%\..\venv-test
-e CI -e GITHUB_ACTIONS
mcr.microsoft.com/windows/servercore:ltsc2022
powershell C:\pillow\.github\workflows\wheels-test.ps1 %CD%\..\venv-test
-v {project}:C:\pillow
-v C:\cibw:C:\cibw
-v %CD%\..\venv-test:%CD%\..\venv-test
-e CI -e GITHUB_ACTIONS
mcr.microsoft.com/windows/servercore:ltsc2022
powershell C:\pillow\.github\workflows\wheels-test.ps1 %CD%\..\venv-test
shell: cmd
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 955ba82

Please sign in to comment.