Skip to content

Commit

Permalink
hacky oldrel
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Aug 29, 2024
1 parent dc7078c commit 35b35a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
version: 1.0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.config.python }}
cache: pip
Expand Down Expand Up @@ -76,6 +76,7 @@ jobs:
packages: |
bioc::SingleCellExperiment
bioc::scRNAseq
${{ matrix.config.r == 'oldrel' && 'cran::[email protected]' || '' }}
env:
R_BIOC_VERSION: ${{ matrix.config.bioc }}

Expand Down

0 comments on commit 35b35a3

Please sign in to comment.