Skip to content

Commit b60ca77

Browse files
committed
Fixing crlibm test
1 parent f56d3a7 commit b60ca77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Pre-install crlibm
8888
if: ${{ matrix.library == 'crlibm' }}
8989
run: |
90-
python -m pip install setuptools==60.2.0
90+
python -m pip install setuptools==60.2.0 wheel==0.37.1
9191
python -m pip install crlibm
9292
9393
- name: List installed packages

0 commit comments

Comments
 (0)