Skip to content

Commit da3023c

Browse files
committed
.
1 parent f302640 commit da3023c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/wheels.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ jobs:
5757
CXX=cl.exe
5858
LD=link.exe
5959
60-
- name: Set up Python for validation
61-
uses: mamba-org/setup-micromamba@v2
62-
with:
63-
environment-name: wheel-env
64-
create-args: >-
65-
python=${{ matrix.python[1] }}
66-
wheel
67-
cache-downloads: true
68-
cache-environment: true
60+
# - name: Set up Python for validation
61+
# uses: mamba-org/setup-micromamba@v2
62+
# with:
63+
# environment-name: wheel-env
64+
# create-args: >-
65+
# python=${{ matrix.python[1] }}
66+
# wheel
67+
# cache-downloads: true
68+
# cache-environment: true
6969

7070
- name: Validate wheel RECORD
7171
shell: bash -el {0}

0 commit comments

Comments
 (0)