Skip to content

Commit

Permalink
Install BitCash requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
merc1er committed Apr 12, 2024
1 parent 0b119b5 commit e594822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:

- name: Install dependencies
run: |
pip install -r docs/requirements.txt
pip install -r docs/requirements.txt && \
pip install -r requirements.txt
- name: Build
run: |
Expand Down

0 comments on commit e594822

Please sign in to comment.