Skip to content

Commit 6a94c68

Browse files
authored
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
1 parent 13826f7 commit 6a94c68

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/ci_test_package.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- uses: actions/setup-python@v4
7676
with:
77-
python-version: "3.8.x"
77+
python-version: "3.9.x"
7878
architecture: "x64"
7979

8080
- name: Install tox
@@ -139,7 +139,7 @@ jobs:
139139
steps:
140140
- uses: actions/setup-python@v4
141141
with:
142-
python-version: "3.8.x"
142+
python-version: "3.9.x"
143143
architecture: "x64"
144144

145145
- name: Install tox
@@ -204,7 +204,7 @@ jobs:
204204
steps:
205205
- uses: actions/setup-python@v4
206206
with:
207-
python-version: "3.8.x"
207+
python-version: "3.9.x"
208208
architecture: "x64"
209209
- name: Install SQL Server
210210
uses: Particular/install-sql-server-action@v1.2.0
@@ -239,15 +239,14 @@ jobs:
239239
matrix:
240240
# When supporting a new version, update the list here
241241
version: ["1_3_0", "1_4_0", "1_7_0", "1_8_0"]
242-
run: tox -e integration_sqlserver_${{ matrix.version }}
243-
runs-on: ubuntu-latest
244-
environment:
245-
name: Approve Integration Tests
242+
runs-on: ubuntu-latest
243+
environment:
244+
name: Approve Integration Tests
246245

247246
steps:
248247
- uses: actions/setup-python@v4
249248
with:
250-
python-version: "3.8.x"
249+
python-version: "3.9.x"
251250
architecture: "x64"
252251
- name: Install SQL Server
253252
uses: Particular/install-sql-server-action@v1.2.0

.github/workflows/main_test_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- uses: actions/setup-python@v4
6262
with:
63-
python-version: "3.8.x"
63+
python-version: "3.9.x"
6464
architecture: "x64"
6565

6666
- name: Install tox
@@ -116,7 +116,7 @@ jobs:
116116
steps:
117117
- uses: actions/setup-python@v4
118118
with:
119-
python-version: "3.8.x"
119+
python-version: "3.9.x"
120120
architecture: "x64"
121121
- name: Install SQL Server
122122
uses: Particular/install-sql-server-action@v1.2.0

0 commit comments

Comments
 (0)