Skip to content

Commit b7f2feb

Browse files
committed
fix path
1 parent 076eba1 commit b7f2feb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/abicheck_prev_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
run: |
2828
sudo apt-get update
2929
sudo apt-get -y install abigail-tools clang gcc liburing-dev libnuma-dev
30+
pip install --upgrade pip
31+
pip install -r requirements.txt # runs at workspace root
3032
3133
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3234
with:
@@ -53,7 +55,6 @@ jobs:
5355
- name: Build current
5456
working-directory: current
5557
run: |
56-
pip install -r "${{ github.workspace }}/requirements.txt"
5758
meson setup build --buildtype=debug
5859
meson compile -C build
5960
@@ -62,7 +63,6 @@ jobs:
6263
run: |
6364
echo "Previous release tag: ${{ steps.prev_release.outputs.prev_tag }}"
6465
echo "Commit-id of previous release: $(git show HEAD)"
65-
pip install -r "${{ github.workspace }}/requirements.txt"
6666
meson setup build --buildtype=debug
6767
meson compile -C build
6868

0 commit comments

Comments
 (0)