We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17d539 commit 323defdCopy full SHA for 323defd
.github/workflows/main.yml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
python-version: ${{ env.PYTHON_VERSION }}
28
cache: 'pip'
29
+ cache-dependency-path: server/requirements.txt
30
31
- name: Install dependencies
32
run: |
0 commit comments