-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
2 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
|