Skip to content

Commit

Permalink
Do not install optional dependencie yet
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed Oct 14, 2024
1 parent 26c889b commit b238712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tiledb_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
TILEDB_PATH: ${{ github.workspace }}/libtiledb
run: |
python -m pip wheel -w dist --verbose .
python -m pip install dist/tiledb-*.whl[test]
python -m pip install dist/tiledb-*.whl
- name: Upload TileDB Core Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b238712

Please sign in to comment.