Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Nov 14, 2023
1 parent ad1fbb7 commit 7394071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Install dependencies
- name: Install Dependencies
run: |
pip install -IU -r ./.requirements/docs.txt -r ./.requirements/extras.txt
pip install -IU -r ./.requirements/docs.txt -r ./.requirements/deps.txt
# Build documentationn
- name: Build & Deploy Docs
Expand Down

0 comments on commit 7394071

Please sign in to comment.