Skip to content

Commit 4e55b88

Browse files
committed
Get rid of version warning in CI
1 parent cf41511 commit 4e55b88

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/addoncheck-matrix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- name: Set up Python
1313
uses: actions/setup-python@v4
14+
with:
15+
python-version: '3.x'
1416
- name: Install dependencies
1517
run: |
1618
python -m pip install --upgrade pip

.github/workflows/addoncheck-nexus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- name: Set up Python
1313
uses: actions/setup-python@v4
14+
with:
15+
python-version: '3.x'
1416
- name: Install dependencies
1517
run: |
1618
python -m pip install --upgrade pip

.github/workflows/flake8.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- name: Set up Python
1313
uses: actions/setup-python@v4
14+
with:
15+
python-version: '3.x'
1416
- name: Install dependencies
1517
run: |
1618
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)