Skip to content

Commit

Permalink
test: fix numpy and pandas version;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Jul 26, 2024
1 parent 6450e7c commit c5bcaab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ jobs:
run: |
which python
which pip
pip install numpy==1.24 torch==${{ matrix.pytorch-version }} -f https://download.pytorch.org/whl/cpu
pip install torch==${{ matrix.pytorch-version }} -f https://download.pytorch.org/whl/cpu
python -c "import torch; print('PyTorch:', torch.__version__)"
- name: Install other dependencies
run: |
pip install -r requirements/requirements.txt
pip install numpy==1.24 pandas==1.5
- name: Test building package
# we need to know if the package can be built successfully without optional dependencies
Expand Down

0 comments on commit c5bcaab

Please sign in to comment.