Skip to content

Commit

Permalink
[ci] Fix one tiny bug (#2598)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonz5288 authored Jul 27, 2021
1 parent 0b77788 commit 521dc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ build_script:
- set CI_SETUP_CMAKE_ARGS=-G "Visual Studio 16 2019" -A x64 -DLLVM_DIR=C:\taichi_llvm\lib\cmake\llvm
# This is to fix the bug caused by execnet 1.2, the library xdist uses to schedule tests.
# Reverting to v1.1 solves this bug(Python Fatal Error: IOError).
- "%PYTHON% -m pip install -U execnet=1.1"
- "%PYTHON% -m pip install -U execnet==1.1"
- "%PYTHON% misc/ci_setup.py ci"
- '%PYTHON% -c "import taichi"'
- "%PYTHON% examples/algorithm/laplace.py"
Expand Down

0 comments on commit 521dc50

Please sign in to comment.