File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,12 @@ jobs:
2424 architecture : x86
2525 - os : macos-13
2626 architecture : x64
27- - os : macos-latest
28- architecture : x64
2927 python :
3028 - 3.8
3129 - 3.9
3230 - " 3.10"
3331 - " 3.11"
3432 - " 3.12"
35- python-macos-latest :
36- - " 3.11"
37- - " 3.12"
3833 category :
3934 - local
4035# These require credentials.
4338 steps :
4439 - uses : actions/checkout@v4
4540 - uses : actions/setup-python@v4
46- if : matrix.platform.os != 'macos-latest'
4741 with :
4842 python-version : ${{ matrix.python }}
4943 architecture : ${{ matrix.platform.architecture }}
50-
51- - uses : actions/setup-python@v4
52- if : matrix.platform.os == 'macos-latest'
53- with :
54- python-version : ${{ matrix.python-macos-latest }}
55- architecture : ${{ matrix.platform.architecture }}
5644 - run : |
5745 python -m pip install --upgrade pip
5846 pip install --upgrade -r dev_requirements/ci-requirements.txt
You can’t perform that action at this time.
0 commit comments