Skip to content

Commit

Permalink
Fix documentation generation job
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-grodek-dsai committed Nov 3, 2023
1 parent 3b8f555 commit 47bd5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Install Dependencies
run: pip install -r requirements-dev.txt
- name: Create venv
run: . ./setup_dev_env.sh

- name: Build docs
run: ./build_docs.sh
Expand Down

0 comments on commit 47bd5cd

Please sign in to comment.