Skip to content

Commit

Permalink
add installation of benchmark deps to release workflow (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirosys authored Nov 12, 2024
1 parent 4e6a3ce commit 5d52c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: git submodule init && git submodule update && python3 -m venv ./venv && . venv/bin/activate
- run: pip install --upgrade setuptools
- run: pip install -r requirements.txt
- run: [ -e "requirements_benchmark.txt" ] && pip install -r requirements_benchmark.txt # include benchmark requirements if they exist.
- run: pip install -e .
- run: py.test

Expand Down

0 comments on commit 5d52c00

Please sign in to comment.