From eb4f4ec1918dcec41036591cc029b2780bcf7736 Mon Sep 17 00:00:00 2001 From: nanos Date: Mon, 6 Mar 2023 13:01:09 +0000 Subject: [PATCH] Update get_context.yml --- .github/workflows/get_context.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index 3bd4b0f..3e57c7d 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.10' - cache: 'pip' # caching pip dependencies + cache: 'pip' # caching pip dependencies - run: pip install -r requirements.txt - name: Download all workflow run artifacts uses: actions/download-artifact@v3