File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,24 +101,24 @@ jobs:
101101 run : invoke pretrained
102102
103103
104- minimum :
105- runs-on : ${{ matrix.os }}
106- strategy :
107- matrix :
108- python-version : ['3.8']
109- os : [macos-latest]
110- steps :
111- - uses : actions/checkout@v4
112- - name : Set up Python ${{ matrix.python-version }}
113- uses : actions/setup-python@v5
114- with :
115- python-version : ${{ matrix.python-version }}
116- - name : Install package and dependencies
117- run : |
118- python -m pip install --upgrade pip
119- python -m pip install invoke .[test]
120- - name : invoke minimum
121- run : invoke minimum
104+ # minimum:
105+ # runs-on: ${{ matrix.os }}
106+ # strategy:
107+ # matrix:
108+ # python-version: ['3.8']
109+ # os: [macos-latest]
110+ # steps:
111+ # - uses: actions/checkout@v4
112+ # - name: Set up Python ${{ matrix.python-version }}
113+ # uses: actions/setup-python@v5
114+ # with:
115+ # python-version: ${{ matrix.python-version }}
116+ # - name: Install package and dependencies
117+ # run: |
118+ # python -m pip install --upgrade pip
119+ # python -m pip install invoke .[test]
120+ # - name: invoke minimum
121+ # run: invoke minimum
122122
123123
124124 tutorials :
You can’t perform that action at this time.
0 commit comments