We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1288e commit a703cbbCopy full SHA for a703cbb
.github/workflows/tests.yml
@@ -16,13 +16,7 @@ jobs:
16
17
steps:
18
- 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 }}
+ - name: ${{ matrix.python-version }} - ${{ matrix.os }}
26
uses: actions/setup-python@v6
27
with:
28
python-version: ${{ matrix.python-version }}
0 commit comments