Skip to content

Commit fa74494

Browse files
committed
Uninstall conflicting system packages
1 parent b93f4d1 commit fa74494

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ jobs:
138138
if: ${{ runner.os == 'Linux' && matrix.config.name != 'AlmaLinux 8 - GCC' }}
139139
run: |
140140
sudo apt update
141+
sudo apt remove python3-urllib3 python3-distro
141142
sudo apt install -y doxygen clang-tidy-15 gcovr
142-
sudo pip3 install conan==1.63.0 black==23.1.0 flake8==6.0.0
143+
sudo pip3 install conan==1.63.0 black==23.1.0 flake8==6.0.0 --break-system-packages
143144
144145
# Could not figure out how to add Chocolatey libraries to the PATH automatically with refreshenv, so
145146
# hardcoding their locations instead. Followed these instructions for adding to the PATH on PowerShell:

0 commit comments

Comments
 (0)