Skip to content

Commit 1d7aca5

Browse files
modified yml file to install the no-compiled version
1 parent d0b5e6d commit 1d7aca5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/deploy_documentation.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ jobs:
4040
run: |
4141
sed -i 's/USE_MKL = ON/USE_MKL = OFF/g' options.cfg
4242
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
4344
- name: Fix h5py
4445
run: |
4546
sudo apt install libhdf5-mpi-dev
4647
CC=mpicc HDF5_MPI="ON" pip install --no-binary=h5py h5py
4748
- name: Set up dependencies
4849
run: make deps requirements_full
49-
- name: Build compiled code
50-
run: make python
5150
- name: Install
5251
run: make install
5352
- name: Install sphinx dependencies

0 commit comments

Comments
 (0)