From 6a94c68c922f9fca597bc632d933c36b4c083aea Mon Sep 17 00:00:00 2001 From: Michael Carlone Date: Fri, 10 Jan 2025 17:26:35 -0500 Subject: [PATCH] Update indentation on ci_test_package.yml and Python 3.8 to 3.9 (#471) * Update ci_test_package.yml * Update ci_test_package.yml to use python 3.10.x * update to 3.9, rather than 3.8 or 3.10 --- .github/workflows/ci_test_package.yml | 15 +++++++-------- .github/workflows/main_test_package.yml | 4 ++-- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci_test_package.yml b/.github/workflows/ci_test_package.yml index fae13d0e..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.8.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.8.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.8.x" + python-version: "3.9.x" architecture: "x64" - name: Install SQL Server uses: Particular/install-sql-server-action@v1.2.0 @@ -239,15 +239,14 @@ 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 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 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