File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 2929 uses : actions/setup-python@v5
3030 with :
3131 python-version : ${{ matrix.python-version }}
32+ cache : " pip"
3233 - name : Print system info
3334 run : sw_vers; python --version; arch
3435 - name : Install build tools
Original file line number Diff line number Diff line change @@ -26,16 +26,10 @@ jobs:
2626 - name : Checkout
2727 uses : actions/checkout@v4
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : conda-incubator /setup-miniconda@v3
29+ uses : actions /setup-python@v5
3030 with :
3131 python-version : ${{ matrix.python-version }}
32- auto-activate-base : true
33- auto-update-conda : true
34- - name : Show environment
35- shell : powershell
36- run : |
37- conda info
38- conda list
32+ cache : " pip"
3933 - name : Install build tools
4034 shell : powershell
4135 run : |
Original file line number Diff line number Diff line change 2929 uses : actions/setup-python@v5
3030 with :
3131 python-version : ${{ matrix.python-version }}
32+ cache : " pip"
3233 - name : Install build tools
3334 run : |
3435 python -m pip install --upgrade "pip<24.1" "setuptools==73.0.1"
You can’t perform that action at this time.
0 commit comments