Skip to main content

Install the aws dependencies to run tests

ID
ca27af7
date
2025-05-02 10:01:20+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
5e4772f
message
Install the `aws` dependencies to run tests
changed files
1 file, 3 additions, 1 deletion

Changed files

.github/workflows/test.yml (653) → .github/workflows/test.yml (707)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d3b6ad0..284ce15 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -21,7 +21,9 @@ jobs:
         cache: pip
 
     - name: Install dependencies
-      run: pip install -r requirements.txt
+      run: |
+        pip install -r requirements.txt
+        pip install -r aws/requirements.txt
 
     - name: Run linting
       run: |