Skip to content

Commit

Permalink
Use on-demand uv dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Dec 4, 2024
1 parent d4526b1 commit 216d8d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/assets/.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ setup_commands:
- uv v
- echo "source $HOME/.venv/bin/activate" >> $HOME/.bashrc
- source .venv/bin/activate
- uv pip install pip ray[default] py-spy \{{DAFT_INSTALL}} numpy
- uv pip install pip ray[default] py-spy \{{DAFT_INSTALL}}
7 changes: 7 additions & 0 deletions .github/working-dir/shuffle_testing.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# /// script
# requires-python = ">=3.9"
# dependencies = [
# "numpy==2.1.3",
# ]
# ///

import argparse
import random
import time
Expand Down

0 comments on commit 216d8d8

Please sign in to comment.