Skip to content

Commit 652113b

Browse files
committed
pause minimum tests
1 parent edca773 commit 652113b

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/tests.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)