Skip to content

Commit

Permalink
👷 Move lamindb devel check to main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Jan 20, 2025
1 parent 109d128 commit 24f5a5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 93 deletions.
93 changes: 0 additions & 93 deletions .github/workflows/R-CMD-check-devel.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- { os: ubuntu-latest, r: "devel", http-user-agent: "release", python: "3.x" }
- { os: ubuntu-latest, r: "release", python: "3.x" }
- { os: ubuntu-latest, r: "oldrel-1", python: "3.9" }
- { os: ubuntu-latest, r: "release", http-user-agent: "release", python: "3.x", lamin: "devel" }
- { os: ubuntu-latest, r: "devel", http-user-agent: "release", python: "3.x", lamin: "devel" }

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -76,6 +78,10 @@ jobs:
- name: Setup Python environment
run: |
laminr::install_lamindb(extra_packages = c("s3fs"))
if ("${{ matrix.config.lamin }}" == "devel") {
reticulate::use_virtualenv("r-lamindb")
reticulate::py_install("git+https://github.com/laminlabs/lamindb.git")
}
shell: Rscript {0}

- name: Log in to Lamin
Expand Down

0 comments on commit 24f5a5f

Please sign in to comment.