Skip to content

Commit

Permalink
add pip install .
Browse files Browse the repository at this point in the history
  • Loading branch information
DvoracekD committed Jan 9, 2024
1 parent 1454170 commit ec0fb2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- name: Train model
run: |
pip install -r requirements.txt # install dependencies
pip install .
python classifier/train_cml.py # run training
- name: Write report
env:
Expand Down

0 comments on commit ec0fb2c

Please sign in to comment.