From 3e5dcbf30aeac0b062e9a69a39900a6cef8cd1bb Mon Sep 17 00:00:00 2001 From: Chaoming Wang Date: Sun, 24 Mar 2024 10:26:29 +0800 Subject: [PATCH] Upgrade CI (#658) * version 2.6.0 * 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