Update get_context.yml

This commit is contained in:
nanos 2023-03-06 13:01:09 +00:00 committed by GitHub
parent 2712bd0806
commit eb4f4ec191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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