|
22 | 22 | runs-on: "ubuntu-20.04" |
23 | 23 | continue-on-error: ${{ matrix.config.experimental }} |
24 | 24 | env: |
25 | | - USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11.0-alpha.3,pypy-3.6,pypy-3.7,pypy-3.8' |
| 25 | + USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11.0-alpha.4,pypy-3.6,pypy-3.7,pypy-3.8' |
26 | 26 |
|
27 | 27 | strategy: |
28 | 28 | fail-fast: False |
|
33 | 33 | - {python-version: "3.8", testenvs: "py38,build", experimental: False} |
34 | 34 | - {python-version: "3.9", testenvs: "py39,build", experimental: False} |
35 | 35 | - {python-version: "3.10", testenvs: "py310,build", experimental: False} |
36 | | - - {python-version: "3.11.0-alpha.3", testenvs: "py311-dev,build", experimental: True} |
| 36 | + - {python-version: "3.11.0-alpha.4", testenvs: "py311-dev,build", experimental: True} |
37 | 37 | - {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False} |
38 | 38 | - {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True} |
39 | 39 | - {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True} |
@@ -180,7 +180,7 @@ jobs: |
180 | 180 | - name: Install dependencies 🔧 |
181 | 181 | run: | |
182 | 182 | python -m pip install --upgrade pip setuptools wheel |
183 | | - python -m pip install --upgrade mkrecipe |
| 183 | + python -m pip install --upgrade "mkrecipe" "whey" "whey-pth" |
184 | 184 |
|
185 | 185 | wget https://repo.anaconda.com/miniconda/Miniconda3-py38_4.10.3-Linux-x86_64.sh -O miniconda.sh |
186 | 186 | bash miniconda.sh -b -p $HOME/miniconda |
|
0 commit comments