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 1bd5e57 commit 3b16fffCopy full SHA for 3b16fff
.github/workflows/conda_build.yml
@@ -24,6 +24,12 @@ jobs:
24
conda-solver: libmamba
25
auto-activate-base: true
26
activate-environment: ""
27
+ - name: Ubuntu - Install libcrypt
28
+ if: runner.os == 'Linux'
29
+ run: sudo apt-get install libcrypt1
30
+ - name: MacOS - Install libcrypt
31
+ if: runner.os == 'macOS'
32
+ run: brew install libgcrypt
33
- name: Install Build Tools
34
run: conda install anaconda-client conda-build
35
- name: Configure Auto-Upload
0 commit comments