Skip to content

Commit

Permalink
Fix unzipping step with cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotochleb committed Jul 22, 2024
1 parent 2c471cd commit d89994f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/happypose_ros_build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Unzip HappyPose YCBV models
working-directory: /tmp/local_data/bop_datasets/ycbv
run: |
unzip ycbv_base.zip
unzip ycbv_models.zip
unzip -n -qq ycbv_base.zip
unzip -n -qq ycbv_models.zip
- name: Remove incompatible PyTest version
run: pip uninstall -y pytest
Expand Down

0 comments on commit d89994f

Please sign in to comment.