Skip to content

Commit

Permalink
[ci tests] make sure gdb python version is valid
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jul 27, 2024
1 parent 311b387 commit 40811f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:

- name: Install Python Requirements
run: |
test "${{ env.PY_VER }}" -eq "0" && exit 1
mkdir -p ${{ env.GEF_CI_CACHE_DIR }}
python${{ env.PY_VER }} -m pip install --break-system-packages --user --upgrade -r tests/requirements.txt
Expand Down

0 comments on commit 40811f3

Please sign in to comment.