We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b5e6d commit 1d7aca5Copy full SHA for 1d7aca5
.github/workflows/deploy_documentation.yml
@@ -40,14 +40,13 @@ jobs:
40
run: |
41
sed -i 's/USE_MKL = ON/USE_MKL = OFF/g' options.cfg
42
sed -i 's/FORCE_GCC = OFF/FORCE_GCC = ON/g' options.cfg
43
+ sed -i 's/USE_COMPILED = ON/USE_COMPILED = OFF/g' options.cfg
44
- name: Fix h5py
45
46
sudo apt install libhdf5-mpi-dev
47
CC=mpicc HDF5_MPI="ON" pip install --no-binary=h5py h5py
48
- name: Set up dependencies
49
run: make deps requirements_full
- - name: Build compiled code
50
- run: make python
51
- name: Install
52
run: make install
53
- name: Install sphinx dependencies
0 commit comments