Skip to content

Commit

Permalink
reverted data, fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rabah-khalek committed Sep 8, 2023
1 parent b74ed99 commit d38a594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/giskard_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'examples/github/train.py'
- 'examples/github/titanic_test_data.csv'
- '.github/workflows/giskard_action.yaml' # temporarily

jobs:
Deployment:
Expand Down Expand Up @@ -33,7 +34,7 @@ jobs:

# the package installation will only be executed when the
# requirements-files have changed.
- run: pip install -r requirements.txt
- run: pip install -r examples/github/requirements.txt
if: steps.cache-virtualenv.outputs.cache-hit != 'true'

- name: training
Expand Down
2 changes: 1 addition & 1 deletion examples/github/titanic_test_data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -444,4 +444,4 @@
443,3,"Petterson, Mr. Johan Emil","male",25.0,1,0,7.775,"S","no"
472,3,"Cacic, Mr. Luka","male",38.0,0,0,8.6625,"S","no"
696,2,"Chapman, Mr. Charles Henry","male",52.0,0,0,13.5,"S","no"

665,3,"Lindqvist, Mr. Eino William","male",20.0,1,0,7.925,"S","yes"

0 comments on commit d38a594

Please sign in to comment.