Skip to content

Commit

Permalink
Try to fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Jan 3, 2024
1 parent 5eecf97 commit eb06295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
image: robotlocomotion/drake:${{matrix.os_code_name}}
env:
PYTHONPATH:
DISPLAY: '1.0'
DISPLAY: ':1.0'
steps:
- uses: actions/checkout@v4
- name: Simplify apt upgrades
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
image: robotlocomotion/drake:${{matrix.os_code_name}}
env:
PYTHONPATH:
DISPLAY: '1.0'
DISPLAY: ':1.0'
steps:
- uses: actions/checkout@v4
- name: Simplify apt upgrades
Expand Down
2 changes: 1 addition & 1 deletion drake_ros/core/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ros_cc_test(
":core",
"@com_google_googletest//:gtest_main",
"@drake//geometry/render_vtk:factory",
"@drake//multibody/plant:multibody_plant",
"@drake//multibody/plant:multibody_plant_config_functions",
"@drake//systems/analysis:simulator",
"@drake//systems/framework:diagram_builder",
"@drake//systems/sensors:camera_info",
Expand Down

0 comments on commit eb06295

Please sign in to comment.