Skip to content

Commit

Permalink
add cache support
Browse files Browse the repository at this point in the history
  • Loading branch information
xffxff committed Nov 12, 2024
1 parent 5205c7d commit f9d4080
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -e .
- name: Run tests
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies = [
"decord==0.6.0",
"tqdm==4.66.5",
"pandas==2.2.2",
"grouped_gemm==0.1.6",
"matplotlib==3.9.2",
"fire==0.6.0",
]
Expand All @@ -35,6 +34,9 @@ dev = [
vllm = [
"vllm==0.6.2"
]
grouped_gemm = [
"grouped_gemm==0.1.6"
]

[build-system]
requires = ["setuptools>=45", "setuptools-scm[toml]>=6.2"]
Expand Down

0 comments on commit f9d4080

Please sign in to comment.