aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/project_tests.yml
diff options
context:
space:
mode:
authorGravatar Abhishek Arya <inferno@chromium.org>2020-07-15 09:46:24 -0700
committerGravatar GitHub <noreply@github.com>2020-07-15 09:46:24 -0700
commitcfb18fbea730ea9e0b2a5e814e74b7ddf1f8e35a (patch)
tree4b93710d3290db07845f339392e0b82104150d49 /.github/workflows/project_tests.yml
parent26dcd1ac18a54d5c5e2a6a5731095c1492956feb (diff)
CI fix. (#4139)
Diffstat (limited to '.github/workflows/project_tests.yml')
-rw-r--r--.github/workflows/project_tests.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/project_tests.yml b/.github/workflows/project_tests.yml
index 3c401dcf..4c78ee1e 100644
--- a/.github/workflows/project_tests.yml
+++ b/.github/workflows/project_tests.yml
@@ -54,10 +54,12 @@ jobs:
- name: Setup python environment
uses: actions/setup-python@v2
with:
- python-version: 3.7
+ python-version: 3.8
- name: Install dependencies
- run: pip install -r infra/ci/requirements.txt
+ run: |
+ python -m pip install --upgrade pip
+ pip install -r infra/ci/requirements.txt
- name: Run project tests
run: python infra/ci/build.py