Unverified Commit f8e3ce89 authored by Xiang Xu's avatar Xiang Xu Committed by GitHub
Browse files

[CI] Fix CI in merge stage (#2470)

parent bb30c671
......@@ -208,7 +208,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Upgrade pip
run: pip install pip --upgrade && pip install wheel
run: python -m pip install pip --upgrade && pip install wheel
- name: Install lmdb
run: pip install lmdb
- name: Install PyTorch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment