Skip to content

Commit

Permalink
Create new test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Dec 4, 2024
1 parent 1c198a0 commit b531841
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/working-dir/uv_run_script_example.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# /// script
# requires-python = ">=3.9"
# dependencies = [
# "rich",
# ]
# ///

import rich

import daft

print(rich, daft)

0 comments on commit b531841

Please sign in to comment.