We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cdf7a6 + b597788 commit abc3fa7Copy full SHA for abc3fa7
.github/workflows/test.yaml
@@ -22,10 +22,11 @@ jobs:
22
python -m pip install --upgrade pip
23
pip install -r requirements.txt
24
pip install -r requirements-dev.txt
25
+ pip install pytest-timeout
26
27
- name: Run pytest
28
env:
29
DRPC_KEY: ${{ secrets.DRPC_KEY }}
30
GRAPH_API_KEY: ${{ secrets.GRAPH_API_KEY }}
31
run: |
- pytest
32
+ pytest -v -s --timeout=300
requirements.txt
@@ -1,2 +1,2 @@
1
-joblib==1.4.2
+joblib==1.5.0
2
git+https://github.com/BalancerMaxis/bal_addresses
0 commit comments