We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93f4d1 commit fa74494Copy full SHA for fa74494
.github/workflows/main.yml
@@ -138,8 +138,9 @@ jobs:
138
if: ${{ runner.os == 'Linux' && matrix.config.name != 'AlmaLinux 8 - GCC' }}
139
run: |
140
sudo apt update
141
+ sudo apt remove python3-urllib3 python3-distro
142
sudo apt install -y doxygen clang-tidy-15 gcovr
- 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
144
145
# Could not figure out how to add Chocolatey libraries to the PATH automatically with refreshenv, so
146
# hardcoding their locations instead. Followed these instructions for adding to the PATH on PowerShell:
0 commit comments