Skip to content
Snippets Groups Projects
Commit e72377df authored by Joost Hemmen's avatar Joost Hemmen :basketball:
Browse files

pinn paho to 1.6.1 in ci pipeline

parent f3997b98
No related branches found
Tags 2024-12-18
1 merge request!138Resolve "mqtt service test fails"
Pipeline #349346 passed
...@@ -41,7 +41,7 @@ avro-thing-creation-e2e: ...@@ -41,7 +41,7 @@ avro-thing-creation-e2e:
- "source venv/bin/activate" - "source venv/bin/activate"
- "python3 -m ensurepip" - "python3 -m ensurepip"
- "python3 -m pip install --upgrade pip" - "python3 -m pip install --upgrade pip"
- "python3 -m pip install fastavro paho-mqtt" - "python3 -m pip install fastavro paho-mqtt==1.6.1"
- "cp .env.example .env" - "cp .env.example .env"
- "docker compose up -d frontend mqtt-broker --force-recreate -V --quiet-pull" - "docker compose up -d frontend mqtt-broker --force-recreate -V --quiet-pull"
- "sleep 20" - "sleep 20"
......
...@@ -26,7 +26,7 @@ mqtt-service-test: ...@@ -26,7 +26,7 @@ mqtt-service-test:
- "source venv/bin/activate" - "source venv/bin/activate"
- "python3 -m ensurepip" - "python3 -m ensurepip"
- "python3 -m pip install --upgrade pip" - "python3 -m pip install --upgrade pip"
- "python3 -m pip install paho-mqtt" - "python3 -m pip install paho-mqtt==1.6.1"
- "mv .env.example .env" - "mv .env.example .env"
- "docker compose up -d --force-recreate -V --quiet-pull" - "docker compose up -d --force-recreate -V --quiet-pull"
- "sleep 20" - "sleep 20"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment