Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Deric-W committed May 12, 2023
1 parent 30cee01 commit fc7052c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
with:
dotnet-version: "6"

# set Python 3.7 as default since it is hardcoded by setup-ros
# see Issue ros-tooling/setup-ros#552
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.7"

- name: Setup ROS2
uses: ros-tooling/[email protected]
with:
Expand Down

0 comments on commit fc7052c

Please sign in to comment.