Skip to content

Commit

Permalink
Update actions (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Aug 29, 2024
1 parent 77aa324 commit d236ed4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: /
schedule:
interval: weekly
- package-ecosystem: pip
directory: /
schedule:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
permissions:
id-token: write # to authenticate as Trusted Publisher to pypi.org
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: "pip"
Expand Down
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 d236ed4

Please sign in to comment.