Skip to content

Commit

Permalink
Fixing crlibm test
Browse files Browse the repository at this point in the history
  • Loading branch information
naoise-h committed Oct 10, 2024
1 parent f56d3a7 commit b60ca77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Pre-install crlibm
if: ${{ matrix.library == 'crlibm' }}
run: |
python -m pip install setuptools==60.2.0
python -m pip install setuptools==60.2.0 wheel==0.37.1
python -m pip install crlibm
- name: List installed packages
Expand Down

0 comments on commit b60ca77

Please sign in to comment.