Skip to content

Commit 5614259

Browse files
committed
fixing ci
1 parent 0251d81 commit 5614259

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

@@ -72,7 +72,7 @@ jobs:
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
@@ -92,7 +92,7 @@ jobs:
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: |-

0 commit comments

Comments
 (0)