From 6f98497e69c502bbc7124c9d8539e0c1b96c767f Mon Sep 17 00:00:00 2001 From: Michael Carlone Date: Thu, 9 Jan 2025 16:26:15 -0500 Subject: [PATCH 1/3] Update ci_test_package.yml --- .github/workflows/ci_test_package.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_test_package.yml b/.github/workflows/ci_test_package.yml index b714dfde..519478b7 100644 --- a/.github/workflows/ci_test_package.yml +++ b/.github/workflows/ci_test_package.yml @@ -239,10 +239,9 @@ jobs: matrix: # When supporting a new version, update the list here version: ["1_3_0", "1_4_0", "1_7_0", "1_8_0"] - run: tox -e integration_sqlserver_${{ matrix.version }} - runs-on: ubuntu-latest - environment: - name: Approve Integration Tests + runs-on: ubuntu-latest + environment: + name: Approve Integration Tests steps: - uses: actions/setup-python@v4 From fbf0709d82bcd280fde254c96a784d955279f7b2 Mon Sep 17 00:00:00 2001 From: Michael Carlone Date: Thu, 9 Jan 2025 16:40:48 -0500 Subject: [PATCH 2/3] Update ci_test_package.yml to use python 3.10.x --- .github/workflows/ci_test_package.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_test_package.yml b/.github/workflows/ci_test_package.yml index a2fd2775..2916dbd9 100644 --- a/.github/workflows/ci_test_package.yml +++ b/.github/workflows/ci_test_package.yml @@ -74,7 +74,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: "3.8.x" + python-version: "3.10.x" architecture: "x64" - name: Install tox @@ -139,7 +139,7 @@ jobs: steps: - uses: actions/setup-python@v4 with: - python-version: "3.8.x" + python-version: "3.10.x" architecture: "x64" - name: Install tox @@ -204,7 +204,7 @@ jobs: steps: - uses: actions/setup-python@v4 with: - python-version: "3.8.x" + python-version: "3.10.x" architecture: "x64" - name: Install SQL Server uses: Particular/install-sql-server-action@v1.2.0 @@ -246,7 +246,7 @@ jobs: steps: - uses: actions/setup-python@v4 with: - python-version: "3.8.x" + python-version: "3.10.x" architecture: "x64" - name: Install SQL Server uses: Particular/install-sql-server-action@v1.2.0 From b57e94c6d02fb6d144febc00a9f2e234aff10e27 Mon Sep 17 00:00:00 2001 From: Michael Carlone Date: Thu, 9 Jan 2025 16:44:38 -0500 Subject: [PATCH 3/3] update to 3.9, rather than 3.8 or 3.10 --- .github/workflows/ci_test_package.yml | 8 ++++---- .github/workflows/main_test_package.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_test_package.yml b/.github/workflows/ci_test_package.yml index 2916dbd9..f6edf68d 100644 --- a/.github/workflows/ci_test_package.yml +++ b/.github/workflows/ci_test_package.yml @@ -74,7 +74,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: "3.10.x" + python-version: "3.9.x" architecture: "x64" - name: Install tox @@ -139,7 +139,7 @@ jobs: steps: - uses: actions/setup-python@v4 with: - python-version: "3.10.x" + python-version: "3.9.x" architecture: "x64" - name: Install tox @@ -204,7 +204,7 @@ jobs: steps: - uses: actions/setup-python@v4 with: - python-version: "3.10.x" + python-version: "3.9.x" architecture: "x64" - name: Install SQL Server uses: Particular/install-sql-server-action@v1.2.0 @@ -246,7 +246,7 @@ jobs: steps: - uses: actions/setup-python@v4 with: - python-version: "3.10.x" + python-version: "3.9.x" architecture: "x64" - name: Install SQL Server uses: Particular/install-sql-server-action@v1.2.0 diff --git a/.github/workflows/main_test_package.yml b/.github/workflows/main_test_package.yml index 769c26ec..c0458d34 100644 --- a/.github/workflows/main_test_package.yml +++ b/.github/workflows/main_test_package.yml @@ -60,7 +60,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: "3.8.x" + python-version: "3.9.x" architecture: "x64" - name: Install tox @@ -116,7 +116,7 @@ jobs: steps: - uses: actions/setup-python@v4 with: - python-version: "3.8.x" + python-version: "3.9.x" architecture: "x64" - name: Install SQL Server uses: Particular/install-sql-server-action@v1.2.0