We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232c9e6 commit f568b50Copy full SHA for f568b50
2 files changed
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
strategy:
11
matrix:
12
- os: ["ubuntu-latest", "windows-latest", "macos-latest"]
+ os: ["ubuntu-latest", "windows-latest"]
13
python-version: ["3.10"]
14
fail-fast: false
15
README.md
@@ -17,6 +17,9 @@
17
<a href="https://pepy.tech/project/model2vec">
18
<img src="https://static.pepy.tech/badge/model2vec" alt="Downloads">
19
</a>
20
+ <a href="https://app.codecov.io/gh/MinishLab/model2vec">
21
+ <img src="https://codecov.io/gh/MinishLab/model2vec/graph/badge.svg?token=21TWJ6B5ET" alt="Downloads">
22
+ </a>
23
<a href="https://github.com/MinishLab/model2vec/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green" alt="License - MIT"></a>
24
</h2>
25
</div>
0 commit comments