Skip to content

Commit

Permalink
Install the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCurtis committed Jan 27, 2024
1 parent 7900eba commit 197ac50
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/upload_docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Upload docs artifact
on: [push]
jobs:
Create-Docs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requirements.txt
pip install .
pip install docs_requirements.txt
Upload-To-Artifacts:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 197ac50

Please sign in to comment.