Skip to content

Commit

Permalink
updated worklfows and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanAkkerman committed Nov 8, 2023
1 parent 5ec0455 commit 4e78c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx sphinx_rtd_theme ghp-import
pip install -r requirements.txt
# The workflow will create the files shown below and then shortly after, import them into GitHub pages.
- name: Build HTML
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ matplotlib==3.7.2
scipy==1.11.1
brotli==1.0.9
py-cord==2.4.1
cloudscraper==1.2.71

0 comments on commit 4e78c56

Please sign in to comment.