From 4ae8fa79bdd46435fae00fd9d5c8315d3771a22f Mon Sep 17 00:00:00 2001 From: Quinten Stokkink Date: Tue, 16 Jan 2024 13:52:04 +0100 Subject: [PATCH] Cache pip dependencies in validate runs --- .github/workflows/pr-comment-validate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-comment-validate.yml b/.github/workflows/pr-comment-validate.yml index 9e2785ab9..12da64b8f 100644 --- a/.github/workflows/pr-comment-validate.yml +++ b/.github/workflows/pr-comment-validate.yml @@ -21,6 +21,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: ${{ matrix.version }} + cache: 'pip' - run: python -m pip install -r requirements.txt - run: python run_all_tests.py -a env: