File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 8787 - name : Run pip
8888 run : |
8989 export PATH=/usr/bin:/usr/local/bin:$(cygpath ${SYSTEMROOT})/system32
90- python3 -m pip --disable-pip-version-check install gcovr fastjsonschema pefile pytest pytest-subtests pytest- xdist
90+ python3 -m pip --disable-pip-version-check install gcovr fastjsonschema pefile pytest pytest-xdist
9191 shell : C:\cygwin\bin\bash.exe --noprofile --norc -o igncr -eo pipefail '{0}'
9292
9393 - uses : actions/cache/save@v4
Original file line number Diff line number Diff line change 3535 - run : |
3636 export PATH="$HOME/Library/Python/3.9/bin:$PATH"
3737 /usr/bin/python3 -m pip install --upgrade pip
38- /usr/bin/python3 -m pip install pytest pytest-xdist pytest-subtests fastjsonschema
38+ /usr/bin/python3 -m pip install pytest pytest-xdist fastjsonschema
3939 - run : brew install pkg-config ninja llvm qt@5
4040 - env :
4141 CPPFLAGS : " -I/opt/homebrew/include"
Original file line number Diff line number Diff line change 9090
9191 - name : Install dependencies
9292 run : |
93- python3 -m pip --disable-pip-version-check install gcovr pefile pytest pytest-subtests pytest- xdist
93+ python3 -m pip --disable-pip-version-check install gcovr pefile pytest pytest-xdist
9494
9595 - name : Install pypy3 on x86_64
9696 run : |
Original file line number Diff line number Diff line change 1313base_python_pkgs=(
1414 pytest
1515 pytest-xdist
16- pytest-subtests
1716 coverage
1817 fastjsonschema
1918)
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ python --version
9292
9393# Needed for running unit tests in parallel.
9494echo " "
95- python - m pip -- disable-pip - version- check install -- upgrade pefile pytest- xdist pytest - subtests fastjsonschema
95+ python - m pip -- disable-pip - version- check install -- upgrade pefile pytest- xdist fastjsonschema
9696
9797# Needed for running the Cython tests
9898python - m pip -- disable-pip - version- check install cython
You can’t perform that action at this time.
0 commit comments