Skip to content

Commit

Permalink
Add python version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeling committed Oct 15, 2024
1 parent 55c76be commit 6f99acc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/kuksa_databroker-perf_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ jobs:
~/.cache/pip/
target-*/
key: databroker-perf-release-${{ matrix.platform.name }}-${{ hashFiles('**/Cargo.lock') }}
- uses: actions/setup-python@v5
# Needed for pip
with:
python-version: '3.12'
- name: Install build prerequisites
working-directory: ${{github.workspace}}/
run: |
Expand Down

0 comments on commit 6f99acc

Please sign in to comment.