Skip to content

Commit

Permalink
what module is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr0id committed Jul 23, 2024
1 parent ce89d6c commit f24ad32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
JITO_TESTNET_URL: https://dallas.testnet.block-engine.jito.wtf/api/v1
run: |
python3 example.py
pip list | grep jito_jsonrpc_sdk
pytest ./tests/test_jito_json_rpc_sdk.py
2 changes: 1 addition & 1 deletion tests/test_jito_json_rpc_sdk.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
import responses
import os
from sdk.jito_jsonrpc_sdk import JitoJsonRpcSDK
from jito_jsonrpc_sdk import JitoJsonRpcSDK

TESTNET_URL = os.getenv('JITO_TESTNET_URL', 'https://dallas.testnet.block-engine.jito.wtf/api/v1')

Expand Down

0 comments on commit f24ad32

Please sign in to comment.