Skip to content

Commit 418a781

Browse files
committed
not required anymore
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent 845e942 commit 418a781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
echo "Install CTK and minor dependencies"
2828
pip install --prefer-binary --pre -U chaostoolkit-lib chaostoolkit
29-
pip install --prefer-binary httplib2 uritemplate pytzdata lueur
29+
pip install --prefer-binary httplib2 uritemplate pytzdata
3030
3131
echo "install all the dependencies for our drivers"
3232
pip install --prefer-binary -U -r requirements-toolkit.txt

.github/workflows/build_and_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
echo "Install CTK and minor dependencies"
3131
pip install --prefer-binary --pre -U chaostoolkit-lib chaostoolkit
32-
pip install --prefer-binary httplib2 uritemplate pytzdata lueur
32+
pip install --prefer-binary httplib2 uritemplate pytzdata
3333
3434
echo "install all the dependencies for our drivers"
3535
pip install --prefer-binary -U -r requirements-toolkit.txt

0 commit comments

Comments
 (0)