"include/vscode:/vscode.git/clone" did not exist on "8e862b7bb0f75eeecff57d6d86f8752eba3ca92c"
Commit e8e652d3 authored by Leo Gao's avatar Leo Gao
Browse files

Merge remote-tracking branch 'origin/master' into fix-mkdir-with-parents

parents e7dd78ef 53df56d4
...@@ -23,11 +23,11 @@ jobs: ...@@ -23,11 +23,11 @@ jobs:
path: | path: |
~/.cache ~/.cache
# An explicit key for restoring and saving the cache # An explicit key for restoring and saving the cache
key: evaldata-cache-3 key: evaldata-cache-4
- name: Set up Python 3.9 - name: Set up Python 3.9
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.9 python-version: 3.9.4
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment