Skip to content

Commit

Permalink
Merge pull request #8 from TileDB-Inc/rw/nb
Browse files Browse the repository at this point in the history
Similarity search fixes, GHA upload custom dst
  • Loading branch information
ryan-williams authored Sep 10, 2024
2 parents 7540aaf + 3c7564d commit 007eee4
Show file tree
Hide file tree
Showing 2 changed files with 5,532 additions and 235 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/cp-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
branches:
- main
workflow_dispatch:
inputs:
dst_name:
description: 'Name to put the workshop.ipynb at'
required: true
default: 'instructor_scverse-ml-workshop-2024'
jobs:
copy:
runs-on: ubuntu-latest
Expand All @@ -13,6 +18,6 @@ jobs:
with:
python-version: '3.11'
- run: pip install -e .
- run: scverse nb put workshop.ipynb instructor_scverse-ml-workshop-2024
- run: scverse nb put workshop.ipynb ${{ inputs.dst_name || 'instructor_scverse-ml-workshop-2024' }}
env:
TILEDB_REST_TOKEN: ${{ secrets.TILEDB_REST_TOKEN }}
Loading

0 comments on commit 007eee4

Please sign in to comment.