Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhar-rudder committed Nov 12, 2024
1 parent 7d247d8 commit a093951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
run: black --check .

- name: Install dependencies
run: pip install -r tests/integration/requirements.txt
working-directory: src/predictions
run: pip3 install .

- name: Compile core train
run: python -m src.predictions.profiles_mlcorelib.ml_core.preprocess_and_train --mode ci
Expand Down
31 changes: 0 additions & 31 deletions tests/integration/requirements.txt

This file was deleted.

0 comments on commit a093951

Please sign in to comment.