##// END OF EJS Templates
Merge pull request #13470 from Carreau/doc-build...
Matthias Bussonnier -
r27417:728ec6fe merge
parent child Browse files
Show More
@@ -1,76 +1,76 b''
1 1 name: Run tests
2 2
3 3 on:
4 4 push:
5 5 pull_request:
6 6 # Run weekly on Monday at 1:23 UTC
7 7 schedule:
8 8 - cron: '23 1 * * 1'
9 9 workflow_dispatch:
10 10
11 11
12 12 jobs:
13 13 test:
14 14 runs-on: ${{ matrix.os }}
15 15 strategy:
16 16 matrix:
17 17 os: [ubuntu-latest, windows-latest]
18 18 python-version: ["3.8", "3.9", "3.10"]
19 19 deps: [test_extra]
20 20 # Test all on ubuntu, test ends on macos
21 21 include:
22 22 - os: macos-latest
23 23 python-version: "3.8"
24 24 deps: test_extra
25 25 - os: macos-latest
26 26 python-version: "3.10"
27 27 deps: test_extra
28 28 # Tests minimal dependencies set
29 29 - os: ubuntu-latest
30 30 python-version: "3.10"
31 31 deps: test
32 32 # Tests latest development Python version
33 33 - os: ubuntu-latest
34 34 python-version: "3.11-dev"
35 35 deps: test
36 36 # Installing optional dependencies stuff takes ages on PyPy
37 37 - os: ubuntu-latest
38 38 python-version: "pypy-3.8"
39 39 deps: test
40 40 - os: windows-latest
41 41 python-version: "pypy-3.8"
42 42 deps: test
43 43 - os: macos-latest
44 44 python-version: "pypy-3.8"
45 45 deps: test
46 46
47 47 steps:
48 48 - uses: actions/checkout@v2
49 49 - name: Set up Python ${{ matrix.python-version }}
50 50 uses: actions/setup-python@v2
51 51 with:
52 52 python-version: ${{ matrix.python-version }}
53 53 cache: pip
54 54 - name: Install latex
55 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 57 - name: Install and update Python dependencies
58 58 run: |
59 59 python -m pip install --upgrade pip setuptools wheel build
60 60 python -m pip install --upgrade -e .[${{ matrix.deps }}]
61 61 python -m pip install --upgrade check-manifest pytest-cov
62 62 - name: Try building with Python build
63 63 if: runner.os != 'Windows' # setup.py does not support sdist on Windows
64 64 run: |
65 65 python -m build
66 66 shasum -a 256 dist/*
67 67 - name: Check manifest
68 68 if: runner.os != 'Windows' # setup.py does not support sdist on Windows
69 69 run: check-manifest
70 70 - name: pytest
71 71 env:
72 72 COLUMNS: 120
73 73 run: |
74 74 pytest --color=yes -raXxs ${{ startsWith(matrix.python-version, 'pypy') && ' ' || '--cov --cov-report=xml' }}
75 75 - name: Upload coverage to Codecov
76 76 uses: codecov/codecov-action@v2
@@ -1,110 +1,111 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 4 GitHub stats for 2022/01/05 - 2022/01/12 (tag: 8.0.0rc1)
4 5
5 6 These lists are automatically generated, and may be incomplete or contain duplicates.
6 7
7 8 We closed 26 issues and merged 307 pull requests.
8 9 The full list can be seen `on GitHub <https://github.com/ipython/ipython/issues?q=milestone%3A8.0>`__
9 10
10 11 The following 99 authors contributed 372 commits.
11 12
12 13 * 007vedant
13 14 * Adam Hackbarth
14 15 * Aditya Sathe
15 16 * Ahmed Fasih
16 17 * Albert Zhang
17 18 * Alex Hall
18 19 * Andrew Port
19 20 * Ankitsingh6299
20 21 * Arthur Moreira
21 22 * Ashwin Vishnu
22 23 * Augusto
23 24 * BaoGiang HoangVu
24 25 * bar-hen
25 26 * Bart Skowron
26 27 * Bartosz Telenczuk
27 28 * Bastian Ebeling
28 29 * Benjamin Ragan-Kelley
29 30 * Blazej Michalik
30 31 * blois
31 32 * Boyuan Liu
32 33 * Brendan Gerrity
33 34 * Carol Willing
34 35 * Coco Bennett
35 36 * Coco Mishra
36 37 * Corentin Cadiou
37 38 * Daniel Goldfarb
38 39 * Daniel Mietchen
39 40 * Daniel Shimon
40 41 * digitalvirtuoso
41 42 * Dimitri Papadopoulos
42 43 * dswij
43 44 * Eric Wieser
44 45 * Erik
45 46 * Ethan Madden
46 47 * Faris A Chugthai
47 48 * farisachugthai
48 49 * Gal B
49 50 * gorogoroumaru
50 51 * Hussaina Begum Nandyala
51 52 * Inception95
52 53 * Iwan Briquemont
53 54 * Jake VanderPlas
54 55 * Jakub Klus
55 56 * James Morris
56 57 * Jay Qi
57 58 * Jeroen Bédorf
58 59 * Joyce Er
59 60 * juacrumar
60 61 * Juan Luis Cano Rodríguez
61 62 * Julien Rabinow
62 63 * Justin Palmer
63 64 * Krzysztof Cybulski
64 65 * L0uisJ0shua
65 66 * lbennett
66 67 * LeafyLi
67 68 * Lightyagami1
68 69 * Lumir Balhar
69 70 * Mark Schmitz
70 71 * Martin Skarzynski
71 72 * martinRenou
72 73 * Matt Wozniski
73 74 * Matthias Bussonnier
74 75 * Meysam Azad
75 76 * Michael T
76 77 * Michael Tiemann
77 78 * Naelson Douglas
78 79 * Nathan Goldbaum
79 80 * Nick Muoh
80 81 * nicolaslazo
81 82 * Nikita Kniazev
82 83 * NotWearingPants
83 84 * Paul Ivanov
84 85 * Paulo S. Costa
85 86 * Pete Blois
86 87 * Peter Corke
87 88 * PhanatosZou
88 89 * Piers Titus van der Torren
89 90 * Rakessh Roshan
90 91 * Ram Rachum
91 92 * rchiodo
92 93 * Reilly Tucker Siemens
93 94 * Romulo Filho
94 95 * rushabh-v
95 96 * Sammy Al Hashemi
96 97 * Samreen Zarroug
97 98 * Samuel Gaist
98 99 * Sanjana-03
99 100 * Scott Sanderson
100 101 * skalaydzhiyski
101 102 * sleeping
102 103 * Snir Broshi
103 104 * Spas Kalaydzhisyki
104 105 * Sylvain Corlay
105 106 * Terry Davis
106 107 * Timur Kushukov
107 108 * Tobias Bengfort
108 109 * Tomasz Kłoczko
109 110 * Yonatan Goldschmidt
110 111 * 谭九鼎
General Comments 0
You need to be logged in to leave comments. Login now