10000 sparse co fix by rtobar · Pull Request #8 · rtobar/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

sparse co fix #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
path: base-branch
sparse-checkout-cone-mode: false
sparse-checkout: |
requirements.txt
requirements-own.txt
scripts/list_missing_entries.py
- name: Instalar dependencias
run: |
python -m pip install -r base-branch/requirements.txt
python -m pip install -r base-branch/requirements-own.txt
- name: Obtiene lista de archivos con cambios
id: changed-files
uses: tj-actions/changed-files@v45
Expand Down
16 changes: 16 additions & 0 deletions requirements-own.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
8000 # Our own dependencies (alpha-sorted please)
pip
polib
pospell>=1.1
potodo
powrap>=1.0.2
pre-commit
Pygments>=2.17.0
PyICU
setuptools
sphinx-autorun
sphinxemoji
sphinx-intl>=2.3.0
sphinx-lint==0.7.0
sphinx-tabs==3.4.5
tabulate
18 changes: 1 addition & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,2 @@
-r cpython/Doc/requirements.txt

# Our own dependencies (alpha-sorted please)
pip
polib
pospell>=1.1
potodo
powrap>=1.0.2
pre-commit
Pygments>=2.17.0
PyICU
setuptools
sphinx-autorun
sphinxemoji
sphinx-intl>=2.3.0
sphinx-lint==0.7.0
sphinx-tabs==3.4.5
tabulate
-r requirements-own.txt
Loading
0