File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343 - name : Build
4444 run : |
4545 pip install --upgrade pip
46- pip install -v - -config-settings testing=True '.[dev]'
46+ pip install --config-settings testing=True '.[dev]'
4747 env :
4848 DEBUG : 1
4949
7272 shell : cmd
7373 run : |-
7474 CALL %CONDA_ROOT%\\Scripts\\activate.bat
75- conda install -y -c conda-forge -c schrodinger python cmake libpng freetype pyside6 glew libxml2 catch2=2.13.3 glm libnetcdf collada2gltf biopython msgpack-python pip python-build
75+ conda install -y -c conda-forge -c schrodinger python cmake libpng freetype pyside6 glew libxml2 catch2=2.13.3 glm libnetcdf collada2gltf biopython msgpack-python pip python-build libffi
7676
7777 - name : Conda info
7878 shell : cmd
9292 shell : cmd
9393 run : |
9494 CALL %CONDA_ROOT%\\Scripts\\activate.bat
95- pip install -v - -config-settings testing=True .[dev]
95+ pip install --config-settings testing=True .[dev]
9696
9797 - name : Test
9898 shell : cmd
@@ -129,7 +129,7 @@ jobs:
129129 run : |-
130130 export MACOSX_DEPLOYMENT_TARGET=12.0
131131 export PATH="$CONDA_ROOT/bin:$PATH"
132- pip install -v - -config-settings testing=True '.[dev]'
132+ pip install --config-settings testing=True '.[dev]'
133133
134134 - name : Test
135135 run : |-
You can’t perform that action at this time.
0 commit comments