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 6ad22c3 commit c26e373Copy full SHA for c26e373
.github/workflows/sphinx.yml
@@ -27,7 +27,7 @@ jobs:
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;
30
- export PATH=/home/travis/miniconda3/bin:$PATH
+ export PATH=/usr/share/miniconda/bin/:$PATH
31
conda init bash
32
source ~/.bashrc
33
conda create -n test -y python=3.7
0 commit comments