Skip to content

Commit c26e373

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3.sh
2828
chmod +x ~/miniconda3.sh
2929
~/miniconda3.sh -b;
30-
export PATH=/home/travis/miniconda3/bin:$PATH
30+
export PATH=/usr/share/miniconda/bin/:$PATH
3131
conda init bash
3232
source ~/.bashrc
3333
conda create -n test -y python=3.7

0 commit comments

Comments
 (0)