Skip to content

Commit abc3fa7

Browse files
Merge branch 'biweekly-runs' into dependabot/pip/pytest-8.3.5
2 parents 9cdf7a6 + b597788 commit abc3fa7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yaml

+2-1
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

+1-1
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)