Skip to content

Commit

Permalink
ci: rename panda gazebo test (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored Jul 4, 2023
1 parent 71511ab commit fc7b7c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/panda_gazebo.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Runs tests after a pull request is merged.
name: Panda-gazebo
name: Panda Gazebo
on:
push:
branches:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8
cache: 'pip'
cache: "pip"
cache-dependency-path: |
**/requirements.txt
**/requirements/dev_requirements.txt
Expand Down

0 comments on commit fc7b7c6

Please sign in to comment.