Skip to content

Commit

Permalink
Macos arm CI fix [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget committed Sep 27, 2024
1 parent 0bbfa51 commit befde11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cd tmp
python3 -m virtualenv -p python3 venv --clear
source venv/bin/activate
python3 -m pip install wheel setuptools
python3 -m pip install wheel setuptools==69.5.1
deactivate
- name: Install dependencies
Expand Down

0 comments on commit befde11

Please sign in to comment.