Skip to content

Commit

Permalink
fixup pip
Browse files Browse the repository at this point in the history
  • Loading branch information
thehajime committed Dec 26, 2024
1 parent 5bf4498 commit 1ab66d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- displayTargetName: windows-2019
os: windows
runs_on: windows-2019
pip_option: --break-system-packages
shell: msys2 {0}
- displayTargetName: clang-build
os: unix
Expand Down Expand Up @@ -78,7 +79,7 @@ jobs:
if: runner.os == 'Linux'
uses: actions/checkout@v4
- name: Install pip dependencies
run: pip install yamlish junit-xml --break-system-packages
run: pip install ${{ matrix.pip_option }} yamlish junit-xml
- name: Install openvpn
if: runner.os == 'Windows'
shell: pwsh
Expand Down

0 comments on commit 1ab66d1

Please sign in to comment.