Skip to content

Commit

Permalink
Fix notebook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
javiermtorres committed Jan 30, 2025
1 parent 4977c3f commit f04fa68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lumigator_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
run: |
mkdir -p ${HOME}/.cache/huggingface
chmod -R 777 ${HOME}/.cache/huggingface
- name: Create pip cache
run: |
mkdir -p /tmp/ray_pip_cache
Expand Down Expand Up @@ -126,6 +127,11 @@ jobs:
run: source .venv/bin/activate && python -m ipykernel install --user --name=lumigator
working-directory: notebooks

- name: Create HF cache
run: |
mkdir -p ${HOME}/.cache/huggingface
chmod -R 777 ${HOME}/.cache/huggingface
- name: Create pip cache
run: |
mkdir -p /tmp/ray_pip_cache
Expand Down
3 changes: 0 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,5 @@ services:
volumes:
minio-data:
database_volume:
<<<<<<< HEAD
redis-data:
ray-pip-cache:
=======
>>>>>>> 658f734e (Setup pip cache during CI)

0 comments on commit f04fa68

Please sign in to comment.