Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:
with:
# Install a specific version of uv.
version: "0.9.6"
- name: Where Am I
run: pwd && ls -l

# - name: Install the Dependencies
# run: uv sync --directory python/python-examples --locked --all-extras --dev

- name: Run tests
# For example, using `pytest`
run: uv run --directory python/python-examples pytest
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
![java workflow](https://github.com/datadidit/sandbox/actions/workflows/maven-ci.yml/badge.svg) ![python workflow](https://github.com/datadidit/sandbox/actions/workflows/python-uv-ci.yml/badge.svg)

# Sandbox

Mono repo for all public development

[Java Example](./java): Examples for java.
* [Java](./java): Sandbox for all Java public development.
* [Python](./python): Sandbox for all Python public development.
2 changes: 1 addition & 1 deletion java/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![example workflow](https://github.com/datadidit/sandbox/actions/workflows/maven-ci.yml/badge.svg)
![java workflow](https://github.com/datadidit/sandbox/actions/workflows/maven-ci.yml/badge.svg)
# Java Sandbox

Somewhere to put any Java code I'm playing with.
1 change: 1 addition & 0 deletions python/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![python workflow](https://github.com/datadidit/sandbox/actions/workflows/python-uv-ci.yml/badge.svg)
# Python workspace

## Notes
Expand Down