From daf42620e47da96b472f626756c7738167f434af Mon Sep 17 00:00:00 2001 From: Xiaoying Wang Date: Mon, 22 Apr 2024 13:16:36 -0700 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfdb1dcdf..a94ee12cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -185,6 +185,9 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + run: | + python --version + python -m pip install -q --upgrade pip - name: Install tools run: |