Skip to content

Commit

Permalink
ci: pin setuptools wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam authored Oct 25, 2024
1 parent 85ccde7 commit d70303d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
python-version: '3.12'
- name: update pip adding setuptools and wheel for v3.12
run: python -m pip install -U pip setuptools wheel
run: python -m pip install -U pip setuptools==68.0.0 wheel==0.41.2
- name: install python deps
run: python -m pip install -U -r requirements.txt
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit d70303d

Please sign in to comment.