Skip to content

Commit

Permalink
add installation for dev_requirements in ci
Browse files Browse the repository at this point in the history
Signed-off-by: BoazBD <[email protected]>
  • Loading branch information
BoazBD committed Jan 1, 2025
1 parent f108839 commit 14f74ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-python-wrapper/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ runs:
python3 -m venv .env
source .env/bin/activate
python3 -m pip install --no-cache-dir -r requirements.txt
python3 -m pip install --no-cache-dir -r dev_requirements.txt
maturin develop
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
run: |
source .env/bin/activate
pip install -r requirements.txt
pip install -r dev_requirements.txt
cd python/tests/
pytest --asyncio-mode=auto --html=pytest_report.html --self-contained-html
Expand Down Expand Up @@ -179,6 +180,7 @@ jobs:
run: |
source .env/bin/activate
pip install -r requirements.txt
pip install -r dev_requirements.txt
cd python/tests/
pytest --asyncio-mode=auto -k test_pubsub --html=pytest_report.html --self-contained-html
Expand Down

0 comments on commit 14f74ac

Please sign in to comment.