Skip to content

Commit

Permalink
ci-docs: remove localnet
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Jan 13, 2025
1 parent 10bdbf3 commit 3564cbe
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,6 @@ jobs:
py-docs:
name: py-docs
runs-on: ubuntu-latest
services:
sapphire-localnet-ci:
image: ghcr.io/oasisprotocol/sapphire-localnet:latest
ports:
- 8545:8545
options: >-
--rm
--health-cmd="test -f /CONTAINER_READY"
--health-start-period=90s
defaults:
run:
working-directory: ./clients/py
Expand All @@ -162,7 +153,7 @@ jobs:
pip install -r requirements.txt
pip install -r requirements.dev.txt
pip install sphinx myst-parser
make
make wheel
pip install dist/sapphire.py-*.whl
- name: Build docs
Expand Down

0 comments on commit 3564cbe

Please sign in to comment.