Skip to content

Commit

Permalink
improve(gha): add requirements.txt to handle cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
thaidmfinnick committed Jul 26, 2024
1 parent 2406f72 commit 8133884
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions mobile_app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,8 @@ android {
}
python {
pip {
install 'numpy'
install 'pandas'
install 'scipy'
install 'heartpy'
install("-r", "requirements.txt")
}

}
}

Expand Down
4 changes: 4 additions & 0 deletions mobile_app/android/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
numpy
pandas
scipy
heartpy

0 comments on commit 8133884

Please sign in to comment.