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 f867484 commit 6ad22c3Copy full SHA for 6ad22c3
.github/workflows/sphinx.yml
@@ -24,9 +24,9 @@ jobs:
24
- name: Install everything
25
run: |
26
sudo apt-get install texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra cm-super dvipng
27
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O $HOME/miniconda3.sh
28
- chmod +x $HOME/miniconda3.sh
29
- "$HOME/miniconda3.sh -b;"
+ wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3.sh
+ chmod +x ~/miniconda3.sh
+ ~/miniconda3.sh -b;
30
export PATH=/home/travis/miniconda3/bin:$PATH
31
conda init bash
32
source ~/.bashrc
0 commit comments