Skip to content

Commit

Permalink
qs
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount committed Aug 23, 2024
1 parent 7667bef commit 531546e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
- uses: quarto-dev/quarto-actions/setup@v2

- name: install requirements
run: |
pip install uv
just setup
run: just setup

- name: build site
run: |
Expand Down
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ build:

# setup
setup:
@pip install uv
@uv venv
@. .venv/bin/activate
@uv pip install -r dev-requirements.txt
@uv pip install --upgrade --resolution=highest -r dev-requirements.txt

# format
format:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
]
dependencies = [
# data stuff
'ibis-framework[duckdb,datafusion,polars]', # @ git+https://github.com/ibis-project/ibis',
'ibis-framework[duckdb,datafusion,polars]', # @ git+https://github.com/ibis-project/ibis',
'duckdb==1.0.0',
'polars==1.5.0',
'datafusion==40.1.0',
Expand Down

0 comments on commit 531546e

Please sign in to comment.