From 1df62322266844d92341617b12d9a56877db6c50 Mon Sep 17 00:00:00 2001 From: Brian Ressler Date: Tue, 30 Jul 2024 23:12:41 -0500 Subject: [PATCH] change requirements file to requirements.txt --- .github/workflows/book.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 86fd2b1d..2235ec38 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | - pip install -r book-requirements-Linux-macOS.txt + pip install -r requirements.txt # Build the book - name: Build the book run: |