Skip to content

Commit f14e2b7

Browse files
authored
Merge pull request #3093 from UlisesGascon/chore/removed-python2-from-gh-actions
chore: Removed python2.7 from gh actions
2 parents 7c57e4f + bf699f9 commit f14e2b7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,12 @@ on:
77
jobs:
88
Python:
99
runs-on: ubuntu-20.04
10-
strategy:
11-
max-parallel: 2
12-
matrix:
13-
python-version: [2.7, 3.7]
1410
steps:
1511
- uses: actions/checkout@v3
16-
- name: Set up Python ${{ matrix.python-version }}
12+
- name: Set up Python 3.7
1713
uses: actions/setup-python@v4
1814
with:
19-
python-version: ${{ matrix.python-version }}
15+
python-version: 3.7
2016
- name: Install dependencies
2117
run: |
2218
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)