Skip to content

Commit

Permalink
Trying to fix urllib3 issue on Mac ARM [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget authored Sep 26, 2023
1 parent e2f83f3 commit a19252a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_macos_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
pip3 install matplotlib
pip3 install -r assets/requirements.txt
pip install --force-reinstall --no-cache-dir pyside6
pip install urllib3==1.26.6
deactivate
# - name: Install cmake
Expand Down Expand Up @@ -91,4 +92,4 @@ jobs:
- name: Cleanup
if: always()
run: |
rm -rf ${{github.workspace}}/tmp/
rm -rf ${{github.workspace}}/tmp/

0 comments on commit a19252a

Please sign in to comment.