Skip to content

Commit

Permalink
fix(ci): disable lance
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Feb 19, 2024
1 parent f59e111 commit 025c43a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- { name: tiangolo/fastapi, key: fastapi, parallel: 8, node: false, python: true }
- { name: encode/starlette, key: starlette, parallel: 8, node: false, python: true }
- { name: lancedb/lancedb, key: lancedb, parallel: 2, node: false, python: false }
- { name: lancedb/lance, key: lance, parallel: 2, node: false, python: false }
# - { name: lancedb/lance, key: lance, parallel: 2, node: false, python: false }
- { name: tkaitchuck/constrandom, key: constrandom, parallel: 8, node: false, python: false }
- { name: jaemk/cached, key: cached, parallel: 4, node: false, python: false }
- { name: smol-rs/async-executor, key: async-executor, parallel: 4, node: false, python: false }
Expand Down Expand Up @@ -139,10 +139,10 @@ jobs:
name: results-lancedb
path: results-lancedb

- uses: actions/download-artifact@v4
with:
name: results-lance
path: results-lance
# - uses: actions/download-artifact@v4
# with:
# name: results-lance
# path: results-lance

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 025c43a

Please sign in to comment.