Skip to main content

I have to tell it where to look

ID
6302187
date
2024-05-07 08:44:18+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
3f49953
message
I have to tell it where to look
changed files
1 file, 1 addition

Changed files

.github/workflows/main.yml (1095) → .github/workflows/main.yml (1149)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3985777..8e09909 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -22,6 +22,7 @@ jobs:
         with:
           python-version: 3.12
           cache: pip
+          cache-dependency-path: dev_requirements.txt
 
       - name: Install dependencies
         run: python3 -m pip install -r dev_requirements.txt