Skip to content

Commit

Permalink
remove pinned vdiffr version
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Oct 23, 2024
1 parent 12aac07 commit e6b3864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, any::covr, [email protected]
extra-packages: any::rcmdcheck, any::covr
needs: check, coverage
- name: Miniconda + Tensorflow + Keras + Torch installation
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::., [email protected]
extra-packages: any::pkgdown, local::.
needs: website

- name: Build site
Expand Down

0 comments on commit e6b3864

Please sign in to comment.