File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -49,16 +49,16 @@ jobs:
49
49
restore-keys : |
50
50
uv-${{ runner.os }}-${{ matrix.python-version }}-
51
51
52
- # - name: Cache testmon data
53
- # uses: actions/cache@v4
54
- # with:
55
- # path: .testmondata
56
- # key: testmon-${{ runner.os }}-${{ matrix.python-version }}-${{ github.ref }}
57
- # restore-keys: |
58
- # testmon-${{ runner.os }}-${{ matrix.python-version }}-
52
+ - name : Cache testmon data
53
+ uses : actions/cache@v4
54
+ with :
55
+ path : .testmondata
56
+ key : testmon-${{ runner.os }}-${{ matrix.python-version }}-${{ github.ref }}
57
+ restore-keys : |
58
+ testmon-${{ runner.os }}-${{ matrix.python-version }}-
59
59
60
60
- name : Run the fast CPU tests with coverage
61
- run : uv run pytest -v -n auto -m "not slow and not gpu" --cov=sbi --cov-report=xml tests/
61
+ run : uv run pytest --testmon-forceselect - v -n auto -m "not slow and not gpu" --cov=sbi --cov-report=xml tests/
62
62
63
63
- name : Upload coverage to Codecov
64
64
uses : codecov/codecov-action@v4
You can’t perform that action at this time.
0 commit comments