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