Skip to content

Commit

Permalink
ci: fix cython pyyaml conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ethzoomer authored Jan 15, 2024
1 parent 7e66054 commit 9e33489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN npm install -g ganache
COPY . /app
WORKDIR /app

RUN pip install --no-cache-dir -r requirements.txt
RUN pip install "cython<3.0.0" && pip install --no-build-isolation pyyaml==5.4.1
RUN pip install -r requirements.txt

RUN brownie networks modify optimism-test host=https://goerli.optimism.io
RUN brownie networks modify optimism-main host=https://optimism-mainnet.wallet.coinbase.com

0 comments on commit 9e33489

Please sign in to comment.