Skip to content

Commit 1c82554

Browse files
committed
⚙️ Debugging build and analyze pipeline
1 parent 7863e7f commit 1c82554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install dependencies
4242
run: |
4343
sudo apt install -y make python3-pip python3-rpm python3-psycopg2
44-
pip3 install python-keycloak==3.3.0 --user
44+
pip install 'python-keycloak==3.3.0' --user
4545
dotnet tool install --global dotnet-sonarscanner
4646
dotnet tool install --global Cake.Tool
4747
dotnet tool install --global JetBrains.dotCover.GlobalTool

0 commit comments

Comments
 (0)