Skip to content

Commit

Permalink
Change name of env var
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Apr 15, 2021
1 parent 90376f0 commit ad3cf36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ jobs:
- image: circleci/python:3.7
environment:
TOXENV: py37-ethpm
WEB3_INFURA_PROJECT_ID: $INFURA_PROJECT_ID

py37-integration-goethereum-ipc:
<<: *geth_steps
Expand Down Expand Up @@ -396,6 +397,7 @@ jobs:
- image: circleci/python:3.8
environment:
TOXENV: py38-ethpm
WEB3_INFURA_PROJECT_ID: $INFURA_PROJECT_ID

py38-integration-goethereum-ipc:
<<: *geth_steps
Expand Down Expand Up @@ -486,6 +488,7 @@ jobs:
- image: circleci/python:3.9
environment:
TOXENV: py39-ethpm
WEB3_INFURA_PROJECT_ID: $INFURA_PROJECT_ID

py39-integration-goethereum-ipc:
<<: *geth_steps
Expand Down

0 comments on commit ad3cf36

Please sign in to comment.