Skip to content

Commit

Permalink
Update indentation on ci_test_package.yml and Python 3.8 to 3.9 (#471)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mtcarlone authored Jan 10, 2025
1 parent 13826f7 commit 6a94c68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci_test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/[email protected]
Expand Down Expand Up @@ -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/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main_test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 6a94c68

Please sign in to comment.