Skip to content

Commit

Permalink
[ci] removed pip install -r reqfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jun 24, 2024
1 parent 741ea41 commit a403601
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/kdmp-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ jobs:
- name: Python Binding Tests
run: |
pip install --upgrade pip setuptools wheel
pip install -U -r src/python/tests/requirements.txt
pip install -U --user src/python
pip install -U --user src/python'[tests]'
pytest -vvv src/python/tests
- name: Upload wheel
Expand Down

0 comments on commit a403601

Please sign in to comment.