Try to fix Python 2.

This commit is contained in:
Itamar Turner-Trauring 2022-02-03 12:57:48 -05:00
parent 6b3722d3f6
commit c2c3411dc4

View File

@ -217,7 +217,7 @@ jobs:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
@ -277,7 +277,7 @@ jobs:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}