From 4b9b8ed502223bcb5c69285d3b79c3544cb978b5 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 17 Feb 2024 11:12:31 +0100 Subject: [PATCH] Fix path --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5f7a802..42087e6 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,7 @@ runs: - name: Install our tools run: > - /tmp/baipp/bin/python -Im + ${{ steps.python-baipp.outputs.python-path }} -Im uv pip sync ${{ github.action_path }}/requirements/tools.txt shell: bash