Skip to content

Commit

Permalink
[CT-1469] init pr for short term python version issue fix (#508) (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 authored Nov 14, 2022
1 parent 94b9e7e commit 7caef9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
persist-credentials: false

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4.3.0
with:
python-version: '3.8'

Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4.3.0
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -127,9 +127,9 @@ jobs:
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4.3.0
with:
python-version: 3.8
python-version: '3.8'

- name: Install python dependencies
run: |
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4.3.0
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 7caef9f

Please sign in to comment.