We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5510e commit d2f3eacCopy full SHA for d2f3eac
.github/workflows/test-and-train.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- python-version: [3.7, 3.8]
+ python-version: [3.7, 3.8, 3.9]
17
steps:
18
- uses: actions/checkout@v2
19
- name: Set up Python ${{ matrix.python-version }}
@@ -22,8 +22,7 @@ jobs:
22
python-version: ${{ matrix.python-version }}
23
- name: Install dependencies
24
run: |
25
- python -m pip install --upgrade pip
26
- python -m pip install -e ".[test]"
+ make install
27
- name: Lint with flake8 & black
28
29
make lint
@@ -50,8 +49,7 @@ jobs:
50
49
python-version: 3.7
51
52
53
54
- python -m pip install -e .
55
- name: Train the model
56
57
make train
0 commit comments