|
17 | 17 | fail-fast: false
|
18 | 18 | matrix:
|
19 | 19 | arch: [x64]
|
20 |
| - os: [ubuntu-latest, macos-latest, windows-latest] |
| 20 | + os: [ubuntu-latest, macos-latest] # windows-latest |
21 | 21 | python-version: ["3.9", "3.10", "3.11"]
|
22 | 22 | name: test-pip-install - Python ${{ matrix.python-version }} (${{ matrix.arch }} ${{ matrix.os }})
|
23 | 23 | runs-on: ${{ matrix.os }}
|
|
50 | 50 |
|
51 | 51 | # Install build dependencies
|
52 | 52 | - name: Install build dependencies
|
53 |
| - run: python -m pip install --upgrade pip setuptools wheel pre-commit poetry==1.3.2 |
| 53 | + run: python -m pip install --upgrade pip setuptools wheel pre-commit poetry==1.5.1 |
54 | 54 |
|
55 | 55 | # Test pip installation
|
56 | 56 | - name: Test pip installation
|
|
84 | 84 |
|
85 | 85 | # Install build dependencies
|
86 | 86 | - name: Install build dependencies
|
87 |
| - run: python -m pip install --upgrade pip setuptools wheel pre-commit poetry==1.3.2 |
| 87 | + run: python -m pip install --upgrade pip setuptools wheel pre-commit poetry==1.5.1 |
88 | 88 |
|
89 | 89 | # Setup Poetry caching
|
90 | 90 | - name: Set output
|
@@ -156,7 +156,7 @@ jobs:
|
156 | 156 |
|
157 | 157 | # Install build dependencies
|
158 | 158 | - name: Install build dependencies
|
159 |
| - run: python -m pip install --upgrade pip setuptools wheel pre-commit poetry==1.3.2 |
| 159 | + run: python -m pip install --upgrade pip setuptools wheel pre-commit poetry==1.5.1 |
160 | 160 |
|
161 | 161 | # Setup Poetry caching
|
162 | 162 | - name: Set output
|
@@ -245,7 +245,7 @@ jobs:
|
245 | 245 |
|
246 | 246 | # Install build dependencies
|
247 | 247 | - name: Install build dependencies
|
248 |
| - run: python -m pip install --upgrade pip setuptools wheel pre-commit poetry==1.3.2 |
| 248 | + run: python -m pip install --upgrade pip setuptools wheel pre-commit poetry==1.5.1 |
249 | 249 |
|
250 | 250 | # Setup Poetry caching
|
251 | 251 | - name: Set output (Linux)
|
|
0 commit comments