8000 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
Changes from 1 commit
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
Prev Previous commit
Install only our own requirements
We don't actually need cpython's documentation dependencies, since we
only run one of our own scripts.

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Nov 23, 2024
commit 3f910870fed28e33d2c412415db3c68f26559bf6
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
Loading
0