Skip to content

Commit

Permalink
build: sort and remove unnecessary package
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed May 11, 2023
1 parent cb0d226 commit 48d9784
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
with:
python-version: "3.8"
cache: "pip"
cache-dependency-path: "**/requirements-dev.txt"
cache-dependency-path: "**/requirements-doc.txt"
- name: install dependencies
run: pip install -r docs/requirements-dev.txt
run: pip install -r requirements-doc.txt
- name: build package
run: python setup.py sdist bdist_wheel
- name: install package
Expand Down
9 changes: 4 additions & 5 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Sphinx==4.5.0
furo==2022.3.4
myst-parser==0.17.2
sphinx-copybutton==0.5.0
sphinx-design==0.0.13
sphinx-inline-tabs==2022.1.2b11
Sphinx==4.5.0
sphinxext-opengraph==0.6.3
myst-parser==0.17.2
furo==2022.3.4
wheel==0.38.1
twine==4.0.0
wheel==0.40.0

0 comments on commit 48d9784

Please sign in to comment.