We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f302640 commit da3023cCopy full SHA for da3023c
.github/workflows/wheels.yml
@@ -57,15 +57,15 @@ jobs:
57
CXX=cl.exe
58
LD=link.exe
59
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
+ # - name: Set up Python for validation
+ # uses: mamba-org/setup-micromamba@v2
+ # with:
+ # environment-name: wheel-env
+ # create-args: >-
+ # python=${{ matrix.python[1] }}
+ # wheel
+ # cache-downloads: true
+ # cache-environment: true
69
70
- name: Validate wheel RECORD
71
shell: bash -el {0}
0 commit comments