Skip to main content

Fix a warning about bad GitHub Actions config

ID
37fb205
date
2024-06-02 09:26:10+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
7f44172
message
Fix a warning about bad GitHub Actions config
changed files
1 file, 1 addition, 1 deletion

Changed files

.github/workflows/test.yml (630) → .github/workflows/test.yml (641)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 926f237..8e3a471 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
       with:
         python-version: 3.12
         cache: pip
-        cache_path: dev_requirements.txt
+        cache_dependency_path: dev_requirements.txt
 
     - name: Install dependencies
       run: pip install -r dev_requirements.txt