Skip to content

Commit

Permalink
test all now
Browse files Browse the repository at this point in the history
added CURL_SSL_BACKEND=openssl as environment variale for GitHub actions workflow
  • Loading branch information
mrustl committed Mar 13, 2024
1 parent 8e19990 commit 8e98fc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vignettes/measurement-chains.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ well_op_file <- kwb.nextcloud::list_files(path = paths$well_operation,
full_info = TRUE) %>%
dplyr::filter(lastmodified == max(lastmodified))
if (FALSE) {
file <- well_op_file$file[1]
tdir <- fs::path_norm(paths$download_dir)
Expand Down Expand Up @@ -429,8 +428,6 @@ tibble::tibble(
well_op_data_meta <- well_op_data %>%
dplyr::bind_cols(separate_name_der_messstelle_gms(well_op_data$name_der_messstelle_gms))
}
```


Expand Down

0 comments on commit 8e98fc3

Please sign in to comment.