Skip to content

Commit

Permalink
fix requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed May 6, 2024
1 parent dceeb7a commit b2f6b47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
python-version: "3.12"
cache: "pip"
- run: pip install -r requirements-test-build.txt
- run: pip install -r environments/tests/requirements-test-build.txt

- name: Build package and twine check
run: |
Expand Down
5 changes: 5 additions & 0 deletions environments/tests/requirements-test-build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
furo
hatch
sphinx == 7.*
sphinx-autodoc-typehints
twine

0 comments on commit b2f6b47

Please sign in to comment.