Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit b597788

Browse files
Merge pull request #105 from BalancerMaxis/dependabot/pip/joblib-1.5.0
Bump joblib from 1.4.2 to 1.5.0
2 parents d4680a4 + e7f78a8 commit b597788

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222
python -m pip install --upgrade pip
2323
pip install -r requirements.txt
2424
pip install -r requirements-dev.txt
25+
pip install pytest-timeout
2526
2627
- name: Run pytest
2728
env:
2829
DRPC_KEY: ${{ secrets.DRPC_KEY }}
2930
GRAPH_API_KEY: ${{ secrets.GRAPH_API_KEY }}
3031
run: |
31-
pytest
32+
pytest -v -s --timeout=300

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
joblib==1.4.2
1+
joblib==1.5.0
22
git+https://github.com/BalancerMaxis/bal_addresses

0 commit comments

Comments
 (0)