##// END OF EJS Templates
Merge pull request #13470 from Carreau/doc-build...
Matthias Bussonnier -
r27417:728ec6fe merge
parent child Browse files
Show More
@@ -53,7 +53,7 b' jobs:'
53 cache: pip
53 cache: pip
54 - name: Install latex
54 - name: Install latex
55 if: runner.os == 'Linux' && matrix.deps == 'test_extra'
55 if: runner.os == 'Linux' && matrix.deps == 'test_extra'
56 run: sudo apt-get -yq -o Acquire::Retries=3 --no-install-suggests --no-install-recommends install texlive dvipng
56 run: echo "disable latex for now, issues in mirros" #sudo apt-get -yq -o Acquire::Retries=3 --no-install-suggests --no-install-recommends install texlive dvipng
57 - name: Install and update Python dependencies
57 - name: Install and update Python dependencies
58 run: |
58 run: |
59 python -m pip install --upgrade pip setuptools wheel build
59 python -m pip install --upgrade pip setuptools wheel build
@@ -1,4 +1,5 b''
1 Get a token fom https://github.com/settings/tokens with public repo and gist.
1 Issues closed in the 8.x development cycle
2 ==========================================
2
3
3 GitHub stats for 2022/01/05 - 2022/01/12 (tag: 8.0.0rc1)
4 GitHub stats for 2022/01/05 - 2022/01/12 (tag: 8.0.0rc1)
4
5
General Comments 0
You need to be logged in to leave comments. Login now