Skip to content

Commit

Permalink
Remove unneeded steps
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Dec 5, 2021
1 parent c9d02eb commit 35d212a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/check-non-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v1

- name: Set up tex in OSX
if: runner.os == 'macOS'
run: tlmgr install placeins cleveref

- uses: r-lib/actions/setup-r@v1
with:
r-version: ${{ matrix.config.r }}
Expand All @@ -54,12 +50,6 @@ jobs:
run: |
Rscript -e 'tinytex:::install_yihui_pkgs()'
# Otherwise building the vignette on Windows fails
- name: Preinstall release version of package
if: runner.os == 'Windows'
run: |
Rscript -e 'install.packages("dtwclust")'
- uses: r-lib/actions/check-r-package@v1
continue-on-error: ${{ matrix.config.r == 'devel' }}

Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v1

- name: Set up tex in OSX
if: runner.os == 'macOS'
run: tlmgr install placeins cleveref

- uses: r-lib/actions/setup-r@v1
with:
r-version: ${{ matrix.config.r }}
Expand All @@ -53,12 +49,6 @@ jobs:
run: |
Rscript -e 'tinytex:::install_yihui_pkgs()'
# Otherwise building the vignette on Windows fails
- name: Preinstall release version of package
if: runner.os == 'Windows'
run: |
Rscript -e 'install.packages("dtwclust")'
- uses: r-lib/actions/check-r-package@v1
continue-on-error: ${{ matrix.config.r == 'devel' }}

Expand Down

0 comments on commit 35d212a

Please sign in to comment.