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: ...@@ -208,7 +208,7 @@ jobs:
with: with:
python-version: ${{ matrix.python }} python-version: ${{ matrix.python }}
- name: Upgrade pip - name: Upgrade pip
run: pip install pip --upgrade && pip install wheel run: python -m pip install pip --upgrade && pip install wheel
- name: Install lmdb - name: Install lmdb
run: pip install lmdb run: pip install lmdb
- name: Install PyTorch - 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