Skip to content

Commit

Permalink
Merge pull request #102 from ropensci-review-tools/update
Browse files Browse the repository at this point in the history
insert wait between all ollama steps in update workflow
  • Loading branch information
mpadge authored Feb 3, 2025
2 parents d459fdc + 1c6b69d commit d7c89ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
ollama serve &
sleep 5
ollama pull jina/jina-embeddings-v2-base-en
sleep 5
ollama pull ordis/jina-embeddings-v2-base-code
sleep 5
- name: Call the update function
run: Rscript -e "pkgmatch::pkgmatch_update_data(upload = TRUE)"
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pkgmatch
Title: Find R Packages Matching Either Descriptions or Other R Packages
Version: 0.4.3.014
Version: 0.4.3.015
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci-review-tools/pkgmatch",
"issueTracker": "https://github.com/ropensci-review-tools/pkgmatch/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.4.3.014",
"version": "0.4.3.015",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit d7c89ea

Please sign in to comment.