Skip to content

Commit bbdf041

Browse files
authored
Fix path for requirements.txt in workflow
1 parent ab25dae commit bbdf041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/abicheck_prev_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
ls -la $(/bin/pwd)
6060
ls -la "${{ github.workspace }}" # ← list root contents
6161
ls -la "${{ github.workspace }}/.." # ← see if 'previous' is sibling
62-
pip install -r ../../requirements.txt # runs at workspace root
62+
pip install -r ./requirements.txt # runs at workspace root
6363
meson setup build --buildtype=debug
6464
meson compile -C build
6565

0 commit comments

Comments
 (0)