Skip to content

Commit

Permalink
locate import numpy error
Browse files Browse the repository at this point in the history
  • Loading branch information
Fivele-Li committed Apr 26, 2023
1 parent b893359 commit bb0578c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_qlib_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Update pip to the latest version
run: |
python -m pip install pip==23.0.1
python -m pip install pip==23.1.1
- name: Installing pytorch for macos
if: ${{ matrix.os == 'macos-11' || matrix.os == 'macos-latest' }}
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Installing pytorch for ubuntu
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-22.04' }}
run: |
python -m pip install pip==23.0.1
python -m pip install pip==23.1.1
python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
- name: Installing pytorch for windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_qlib_from_source_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Set up Python tools
run: |
python -m pip install --upgrade pip
python -m pip install pip==23.1.1
# python -m pip is necessary to upgrade pip.
pip install --upgrade cython numpy
pip install -e .[dev]
Expand Down

0 comments on commit bb0578c

Please sign in to comment.