[PR #908] [MERGED] Fix github build workflow after repo reorganization #18546

Closed
opened 2026-05-28 22:12:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/908
Author: @profvjreddi
Created: 7/25/2025
Status: Merged
Merged: 7/29/2025
Merged by: @profvjreddi

Base: devHead: cursor/fix-github-build-workflow-after-repo-reorganization-a33f


📝 Commits (1)

  • 65ee69d Move requirements.txt to tools/dependencies directory

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 .github/workflows/lint-markdown.yml (+2 -2)
📝 .github/workflows/quarto-build.yml (+2 -2)

📄 Description

Before submitting your Pull Request, please review and complete the items on this checklist.

- [ ] The text has been proofread for grammar and spelling errors.
- [ ] All images, figures, and tables render properly without any glitches.
- [ ] All images have a source or they are properly linked to external sites.
- [ ] The chapter's formatting is consistent with the rest of the book.
- [ ] The chapter has been locally built and tested using Quarto.

**Description:**

This PR fixes GitHub Actions workflow failures caused by a recent repository reorganization.

Previously, the workflows were looking for `requirements.txt` in the root directory. After the reorganization, the file is now located at `tools/dependencies/requirements.txt`.

This change updates the paths in the following workflow files:
- `.github/workflows/quarto-build.yml`
- `.github/workflows/lint-markdown.yml`

This ensures that Python dependencies are correctly installed and cached during builds.

Open in WebOpen in Cursor

Learn more about Background Agents


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/908 **Author:** [@profvjreddi](https://github.com/profvjreddi) **Created:** 7/25/2025 **Status:** ✅ Merged **Merged:** 7/29/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `cursor/fix-github-build-workflow-after-repo-reorganization-a33f` --- ### 📝 Commits (1) - [`65ee69d`](https://github.com/harvard-edge/cs249r_book/commit/65ee69d2e02765ca4cc8106c0031b7d2690b8c50) Move requirements.txt to tools/dependencies directory ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/lint-markdown.yml` (+2 -2) 📝 `.github/workflows/quarto-build.yml` (+2 -2) </details> ### 📄 Description ``` Before submitting your Pull Request, please review and complete the items on this checklist. - [ ] The text has been proofread for grammar and spelling errors. - [ ] All images, figures, and tables render properly without any glitches. - [ ] All images have a source or they are properly linked to external sites. - [ ] The chapter's formatting is consistent with the rest of the book. - [ ] The chapter has been locally built and tested using Quarto. **Description:** This PR fixes GitHub Actions workflow failures caused by a recent repository reorganization. Previously, the workflows were looking for `requirements.txt` in the root directory. After the reorganization, the file is now located at `tools/dependencies/requirements.txt`. This change updates the paths in the following workflow files: - `.github/workflows/quarto-build.yml` - `.github/workflows/lint-markdown.yml` This ensures that Python dependencies are correctly installed and cached during builds. ``` --- [Open in Web](https://cursor.com/agents?id=bc-ffb40b8d-bf29-4264-8dbf-82ccb9150e9a) • [Open in Cursor](https://cursor.com/background-agent?bcId=bc-ffb40b8d-bf29-4264-8dbf-82ccb9150e9a) Learn more about [Background Agents](https://docs.cursor.com/background-agent/web-and-mobile) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-28 22:12:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#18546