Skip to content

Commit a703cbb

Browse files
Commit
1 parent 2e1288e commit a703cbb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v5
19-
- if: ${{ matrix.python-version == '2.7' }}
20-
run: |
21-
sudo apt-get install python-is-python2
22-
curl -sSL https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
23-
python get-pip.py
24-
- if: ${{ matrix.python-version != '2.7' }}
25-
name: ${{ matrix.python-version }} - ${{ matrix.os }}
19+
- name: ${{ matrix.python-version }} - ${{ matrix.os }}
2620
uses: actions/setup-python@v6
2721
with:
2822
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)