Skip to content

Commit

Permalink
add python-tilledbsoma-ml-compat.yml GHA stub
Browse files Browse the repository at this point in the history
(to enable testing on #6)
  • Loading branch information
ryan-williams committed Sep 25, 2024
1 parent bb2aae5 commit 2b0b8f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/python-tilledbsoma-ml-compat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: python-tiledbsoma-ml past tiledbsoma compat # Latest tiledbsoma version covered by another workflow
on:
workflow_dispatch:

jobs:
job:
runs-on: ubuntu-latest
steps:
# Empty job; placeholder GHA

0 comments on commit 2b0b8f1

Please sign in to comment.