Skip to content

Commit

Permalink
generate doc/requirements.txt
Browse files Browse the repository at this point in the history
As suggested in haskell#10030 (review)
  • Loading branch information
geekosaur committed May 18, 2024
1 parent 17bc8c1 commit 74c7a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/users-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Create requirements.txt from requirements.in
run: |
cd doc && pip-compile requirements.in
make users-guide-requirements
# Subsumed by make users-guide
# - name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
jobs:
post_create_environment:
- pip install pip-tools
- cd doc && pip-compile requirements.in
- make users-guide-requirements

python:
install:
Expand Down

0 comments on commit 74c7a40

Please sign in to comment.