Skip to content

Commit

Permalink
CI: Set PIP_BREAK_SYSTEM_PACKAGES=1 on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Aug 7, 2024
1 parent 5a39812 commit bf90cc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- {qt: "6", runner: "macos-14", nosetests: 0}
env:
FUNQ_QT_MAJOR_VERSION: "${{ matrix.qt }}"
PIP_BREAK_SYSTEM_PACKAGES: 1
steps:
- uses: actions/checkout@v2
- name: Install requirements
Expand Down

0 comments on commit bf90cc9

Please sign in to comment.