Skip to content

Commit

Permalink
Update ci_test_package.yml to use python 3.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mtcarlone authored Jan 9, 2025
1 parent c02b283 commit fbf0709
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.10.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.10.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.10.x"
architecture: "x64"
- name: Install SQL Server
uses: Particular/[email protected]
Expand Down Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit fbf0709

Please sign in to comment.