1
0
镜像来自 https://github.com/arsenetar/send2trash.git synced 2025-09-11 18:08:16 +00:00

fix(ci): Use alternative setup-python to allow 2.7

The setup python action has removed 2.7, we want to keep it for the
moment.  Using an alternative action that supports 2.7.
This commit is contained in:
Andrew Senetar 2024-04-06 16:48:35 -07:00
父節點 c7a23884a9
當前提交 5c47eb063c
簽署人: arsenetar
GPG Key ID: C63300DCE48AB2F1

查看文件

@ -46,7 +46,7 @@ jobs:
python-version: 2.7
# - os: macos-latest
# python-version: 3.11
# - os: macos-latest
# - os: macos-latestgit push
# python-version: 3.8
# - os: macos-latest
# python-version: 2.7
@ -60,7 +60,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: LizardByte/setup-python-action@master
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies