From 46b08eaeaf9d6d834f35f5cbb7adc6ede3ae44cf Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Wed, 27 Nov 2024 12:50:44 +0000 Subject: [PATCH] Try setting 3.12 explicitely --- .github/workflows/reusable-ros-tooling-win-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/reusable-ros-tooling-win-build.yml b/.github/workflows/reusable-ros-tooling-win-build.yml index afab60a..f7bbdb1 100644 --- a/.github/workflows/reusable-ros-tooling-win-build.yml +++ b/.github/workflows/reusable-ros-tooling-win-build.yml @@ -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 }}