Skip to content

Commit 6ad22c3

Browse files
authored
Update sphinx.yml
1 parent f867484 commit 6ad22c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sphinx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- name: Install everything
2525
run: |
2626
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;"
27+
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3.sh
28+
chmod +x ~/miniconda3.sh
29+
~/miniconda3.sh -b;
3030
export PATH=/home/travis/miniconda3/bin:$PATH
3131
conda init bash
3232
source ~/.bashrc

0 commit comments

Comments
 (0)