Fix rzpipe egg name
This commit is contained in:
parent
c803e5bb8c
commit
cf1fc682a7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -359,7 +359,7 @@ jobs:
|
|||
env:
|
||||
PKG_CONFIG_PATH: /usr/lib/x86_64-linux-gnu/pkgconfig
|
||||
- name: Install test dependencies
|
||||
run: python3 -m pip install --user 'git+https://github.com/rizinorg/rz-pipe#egg=rz-pipe&subdirectory=python'
|
||||
run: python3 -m pip install --user 'git+https://github.com/rizinorg/rz-pipe#egg=rzpipe&subdirectory=python'
|
||||
- name: Run tests
|
||||
# FIXME: debug tests fail on Debian for now, let's ignore all tests for the moment
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue