Skip to content

Commit

Permalink
not required anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed Jul 1, 2024
1 parent 845e942 commit 418a781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "Install CTK and minor dependencies"
pip install --prefer-binary --pre -U chaostoolkit-lib chaostoolkit
pip install --prefer-binary httplib2 uritemplate pytzdata lueur
pip install --prefer-binary httplib2 uritemplate pytzdata
echo "install all the dependencies for our drivers"
pip install --prefer-binary -U -r requirements-toolkit.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "Install CTK and minor dependencies"
pip install --prefer-binary --pre -U chaostoolkit-lib chaostoolkit
pip install --prefer-binary httplib2 uritemplate pytzdata lueur
pip install --prefer-binary httplib2 uritemplate pytzdata
echo "install all the dependencies for our drivers"
pip install --prefer-binary -U -r requirements-toolkit.txt
Expand Down

0 comments on commit 418a781

Please sign in to comment.