From d49687bfb2001ec1590ca27ec5cbe064310b5464 Mon Sep 17 00:00:00 2001 From: Chaoming Wang Date: Sun, 24 Mar 2024 10:24:51 +0800 Subject: [PATCH] upgrade CI --- .github/workflows/CI-models.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI-models.yml b/.github/workflows/CI-models.yml index 2883600b..af52b817 100644 --- a/.github/workflows/CI-models.yml +++ b/.github/workflows/CI-models.yml @@ -32,6 +32,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | + python -m pip install --upgrade pip if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi pip uninstall brainpy -y python setup.py install @@ -79,6 +80,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | + python -m pip install --upgrade pip if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi pip uninstall brainpy -y python setup.py install @@ -127,6 +129,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | + python -m pip install --upgrade pip python -m pip install numpy>=1.21.0 python -m pip install -r requirements-dev.txt python -m pip install tqdm brainpylib