We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b595bad commit 3431f50Copy full SHA for 3431f50
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
shell: cmd
73
run: |-
74
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
+ 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
76
77
- name: Conda info
78
0 commit comments