diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 9ad969b8..f8ffe2f6 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -16,7 +16,7 @@ jobs: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] pyversion: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] - provider: [ "WEB3_PROVIDER", "LLAMA_ETH_RPC", "INFURA_PROVIDER", "ALCHEMY_PROVIDER" ] + provider: [ "TENDERLY_PROVIDER", "LLAMA_ETH_RPC", "INFURA_PROVIDER", "ALCHEMY_PROVIDER" ] include: - os: ubuntu-latest path: ~/.cache/pip