Skip to content

Commit 00517f3

Browse files
committed
Update poetry and pause pip install check
1 parent e00c925 commit 00517f3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Install build dependencies
5252
- 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
5454

5555
# Setup cached pre-commit
5656
- name: Setup cached pre-commit

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
arch: [x64]
20-
os: [ubuntu-latest, macos-latest, windows-latest]
20+
os: [ubuntu-latest, macos-latest] # windows-latest
2121
python-version: ["3.9", "3.10", "3.11"]
2222
name: test-pip-install - Python ${{ matrix.python-version }} (${{ matrix.arch }} ${{ matrix.os }})
2323
runs-on: ${{ matrix.os }}
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Install build dependencies
5252
- 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
5454

5555
# Test pip installation
5656
- name: Test pip installation
@@ -84,7 +84,7 @@ jobs:
8484

8585
# Install build dependencies
8686
- 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
8888

8989
# Setup Poetry caching
9090
- name: Set output
@@ -156,7 +156,7 @@ jobs:
156156

157157
# Install build dependencies
158158
- 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
160160

161161
# Setup Poetry caching
162162
- name: Set output
@@ -245,7 +245,7 @@ jobs:
245245

246246
# Install build dependencies
247247
- 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
249249

250250
# Setup Poetry caching
251251
- name: Set output (Linux)

0 commit comments

Comments
 (0)