Skip to content

Commit

Permalink
ubu-24 -> ok to break
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Oct 5, 2024
1 parent e7e88c8 commit 7b992ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
- name: Install python and toolchain
if: matrix.runner == 'ubuntu-24.04'
run: |
mkdir -p ~/.config/pip
echo '[global]' > ~/.config/pip/pip.conf
echo 'break-system-packages = true' >> ~/.config/pip/pip.conf
sudo apt-get install -y python3-full
- name: Install python and toolchain
Expand Down

0 comments on commit 7b992ed

Please sign in to comment.