Skip to content

Commit

Permalink
rm unused lines from workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jul 9, 2024
1 parent 44295bd commit a492882
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 34 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
# - {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'oldrel-1'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand All @@ -48,21 +48,6 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: Extra deps
if: runner.os == 'Linux'
run: |
sudo apt-get install -y autoconf automake git global libgit2-dev
- name: ctags latest Linux
if: runner.os == 'Linux'
run: |
git clone https://github.com/universal-ctags/ctags.git
cd ctags
./autogen.sh
./configure --prefix=/usr
make
sudo make install
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
17 changes: 1 addition & 16 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@ jobs:
with:
use-public-rspm: true

- name: Extra deps
run: |
sudo apt-get install -y autoconf automake git global libgit2-dev
- name: ctags latest
if: runner.os == 'Linux'
run: |
git clone https://github.com/universal-ctags/ctags.git
cd ctags
./autogen.sh
./configure --prefix=/usr
make
sudo make install
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
Expand All @@ -49,8 +35,7 @@ jobs:
covr::codecov(
quiet = FALSE,
clean = FALSE,
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package"),
function_exclusions='dl_pkgstats_data'
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package")
)
shell: Rscript {0}

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: githist
Title: Code analyses traced along the 'git' history of a package
Version: 0.0.1.006
Version: 0.0.1.007
Authors@R:
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/githist",
"issueTracker": "https://github.com/ropensci-review-tools/githist/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.0.1.006",
"version": "0.0.1.007",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit a492882

Please sign in to comment.