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 f7e2c25 commit 1ac85d9Copy full SHA for 1ac85d9
Dockerfile
@@ -65,8 +65,8 @@ RUN pip install --no-cache-dir \
65
66
## install CAMB
67
RUN mkdir -p $HOME/src/camb \
68
- && curl -L https://github.com/cmbant/camb/tarball/6fc83ba | tar zxf - -C $HOME/src/camb --strip=1 \
69
- && cd $HOME/src/camb/pycamb \
+ && curl -L https://github.com/cmbant/camb/tarball/21a56ef | tar zxf - -C $HOME/src/camb --strip=1 \
+ && cd $HOME/src/camb \
70
&& python setup.py install
71
72
docs/make.jl
@@ -159,5 +159,6 @@ end
159
160
deploydocs(
161
repo = "github.com/marius311/CMBLensing.jl.git",
162
- push_preview = true
+ push_preview = true,
163
+ forcepush = true
164
)
0 commit comments