Skip to main content

add a missing -r

ID
515ba02
date
2021-10-25 07:04:39+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
51c2ce1
message
add a missing -r
changed files
1 file, 1 addition, 1 deletion

Changed files

.github/workflows/main.yml (501) → .github/workflows/main.yml (504)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 2bfd24c..c0e4f2d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
 
       - name: Install dependencies
         run: |
-          pip3 install --user requirements_test.txt
+          pip3 install --user -r requirements_test.txt
 
       - name: Run test suite
         run: |