From 20b77b37e2e32fee6cbd3ebe1b850226c0f89465 Mon Sep 17 00:00:00 2001
From: Stephen Leitnick <sleitnick@gmail.com>
Date: Mon, 9 Dec 2024 19:00:16 -0500
Subject: [PATCH] Python dependencies

---
 .github/workflows/ci.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 27c90359..fd7d09dc 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -63,6 +63,9 @@ jobs:
       uses: actions/setup-python@v5
       with:
         python-version: "3.13"
+
+    - name: Install Python dependencies
+      run: pip install -r requirements.txt
     
     - name: Run tests
       env: