Browse Source

try dev install

Signed-off-by: Ivan Schaller <ivan@schaller.sh>
pull/1261/head
Ivan Schaller 6 months ago
parent
commit
bd5ab24f6a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .github/workflows/docs.yml

+ 3
- 0
.github/workflows/docs.yml View File

@ -25,6 +25,9 @@ jobs:
- name: Install requirements-dev - name: Install requirements-dev
run: pip install -r requirements-dev.txt run: pip install -r requirements-dev.txt
- name: Install octodns in develop mode
run: pip install -e .
- name: Run scripts/get-docs - name: Run scripts/get-docs
run: ./script/get-docs run: ./script/get-docs


Loading…
Cancel
Save