Skip to content

Commit

Permalink
Fix Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FBerding committed Mar 14, 2024
1 parent 8ae59a6 commit 61db320
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
"torch",
"torcheval",
"safetensors",
"keras",
"accelerate"),
envname = envname,
conda = "auto",
Expand Down
3 changes: 1 addition & 2 deletions R/install_and_config.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ check_aif_py_modules<-function(trace=TRUE, check="all"){
"safetensors",
"accelerate",
"pandas")
tensorflow_modules=c("keras",
"tensorflow")
tensorflow_modules=c("tensorflow")

if(check=="all"){
relevant_modules<-c(general_modules,
Expand Down

0 comments on commit 61db320

Please sign in to comment.