Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Jul 10, 2023
1 parent d702db9 commit 7e28874
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: test-coverage

jobs:
test-coverage:
runs-on: ubuntu-latest
runs-on: macos-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Imports:
docopt (>= 0.7.1),
dplyr (>= 1.1.2),
httr (>= 1.4.6),
igraph (>= 1.4.3),
igraph (>= 1.5.0),
jsonlite (>= 1.8.7),
MetaboAnnotation (>= 1.4.1),
MsBackendMgf (>= 1.8.0),
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
"@type": "SoftwareApplication",
"identifier": "igraph",
"name": "igraph",
"version": ">= 1.4.3",
"version": ">= 1.5.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down

0 comments on commit 7e28874

Please sign in to comment.