change order of zip installation
This commit is contained in:
9
.github/workflows/windows-python.yml
vendored
9
.github/workflows/windows-python.yml
vendored
@@ -28,10 +28,6 @@ jobs:
|
||||
]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install zip
|
||||
shell: cmd
|
||||
run: |
|
||||
choco install zip --no-progress
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
@@ -130,6 +126,11 @@ jobs:
|
||||
uses:
|
||||
bruceadams/get-release@v1.2.3
|
||||
|
||||
- name: install zip
|
||||
shell: cmd
|
||||
run: |
|
||||
choco install zip --no-progress
|
||||
|
||||
- name: prepare OR-Tools wheel
|
||||
id: wheel
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user