From cb55cb18442d6c2a32349401c4da4124f311c241 Mon Sep 17 00:00:00 2001 From: Adam Gardner <26523841+agardnerIT@users.noreply.github.com> Date: Sat, 13 Jan 2024 06:41:16 +1000 Subject: [PATCH] update path to requirements.txt --- .github/workflows/build_standalone_har_to_otel_binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_standalone_har_to_otel_binaries.yml b/.github/workflows/build_standalone_har_to_otel_binaries.yml index e99242d..4e0d9a8 100644 --- a/.github/workflows/build_standalone_har_to_otel_binaries.yml +++ b/.github/workflows/build_standalone_har_to_otel_binaries.yml @@ -81,7 +81,7 @@ jobs: python-version: '3.11.4' cache: 'pip' - name: "Install Dependencies" - run: pip install -r har-to-otel/requirements.txt + run: pip install -r requirements.txt - name: "Build Binary" run: "python -m PyInstaller --onefile har-to-otel/har-to-otel.py" - name: "Rename file"