Skip to content

Commit

Permalink
Try setting 3.12 explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 27, 2024
1 parent 12b0483 commit 46b08ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reusable-ros-tooling-win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
repo_path: src/${{ github.repository }}
steps:

- uses: actions/setup-python@v5
# let's use the same version here for the later action-ros-ci step
with:
python-version: '3.12'

- uses: christophfroehlich/setup-ros@master
with:
required-ros-distributions: ${{ inputs.ros_distro }}
Expand Down

0 comments on commit 46b08ea

Please sign in to comment.