Skip to content

Commit

Permalink
Update gui_ci_action.yml
Browse files Browse the repository at this point in the history
Fixed broken CI due to problematic python library versions on pip
  • Loading branch information
carlowiesse committed Feb 6, 2024
1 parent de2c27e commit c8ef7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gui_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
pip install pycodestyle
pip install PySide2==5.15.0
pip install dateutils==0.6.12
pip install pycocotools==2.0.2
pip install pycocotools==2.0.5
pip install labelme==5.0.1
pip install pytest==6.0.1
pip install pytest-qt==3.3.0
pip install pyyaml==5.3.1
pip install pyyaml==5.4.1
- name: Static Analysis
run: |
pycodestyle --show-source easy_perception_deployment/gui/main.py \
Expand Down

0 comments on commit c8ef7f0

Please sign in to comment.