Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Arregla GHA que agrega comentario sobre entradas faltantes#3305

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cmaureir merged 2 commits intopython:3.13fromrtobar:sparse-co-fix
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes fromall 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
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrequirements-own.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
# 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 deletionsrequirements.txt
View file
Open in desktop
Original file line numberDiff line numberDiff 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

[8]ページ先頭

©2009-2025 Movatter.jp