Skip to content

Commit cd739a5

Browse files
committed
Run package network tests in integration matrix
Enable the guarded package-manager network suites in the existing integration step for every OS and Python version, and remove the separate manual workflow. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: edcaaa35-9a42-4351-98fa-55bcf8f1968e
1 parent efe2f9c commit cd739a5

3 files changed

Lines changed: 4 additions & 82 deletions

File tree

.github/workflows/package-manager-network-check.yml

Lines changed: 0 additions & 82 deletions
This file was deleted.

.github/workflows/pr-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ jobs:
252252
name: Integration Tests
253253
runs-on: ${{ matrix.os }}
254254
needs: [smoke-tests]
255+
env:
256+
VSC_PYTHON_PACKAGE_NETWORK_TEST: '1'
255257
strategy:
256258
fail-fast: false
257259
matrix:

.github/workflows/push-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ jobs:
253253
name: Integration Tests
254254
runs-on: ${{ matrix.os }}
255255
needs: [smoke-tests]
256+
env:
257+
VSC_PYTHON_PACKAGE_NETWORK_TEST: '1'
256258
strategy:
257259
fail-fast: false
258260
matrix:

0 commit comments

Comments
 (0)