There was an error while loading. Please reload this page.
1 parent 8715b10 commit fd93c62Copy full SHA for fd93c62
1 file changed
.github/workflows/pages.yaml
@@ -38,12 +38,13 @@ jobs:
38
build:
39
runs-on: ubuntu-latest
40
needs: clean
41
- container:
42
- image: ghcr.io/genentech/scimilarity:latest
+ #container:
+ # image: ghcr.io/genentech/scimilarity:latest
43
steps:
44
- uses: actions/checkout@v3
45
- name: Install dependencies
46
run: |
47
+ pip install sphinx
48
pip install -r docs/requirements.txt
49
- name: Setup Pages
50
id: pages
0 commit comments