diff --git a/.github/workflows/uv-ci.yml b/.github/workflows/python-uv-ci.yml similarity index 72% rename from .github/workflows/uv-ci.yml rename to .github/workflows/python-uv-ci.yml index 5b59433..7de88d0 100644 --- a/.github/workflows/uv-ci.yml +++ b/.github/workflows/python-uv-ci.yml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index c835685..76b38b7 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/java/README.md b/java/README.md index e5d5753..852038f 100644 --- a/java/README.md +++ b/java/README.md @@ -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. \ No newline at end of file diff --git a/python/README.md b/python/README.md index 5458e50..172f044 100644 --- a/python/README.md +++ b/python/README.md @@ -1,3 +1,4 @@ +![python workflow](https://github.com/datadidit/sandbox/actions/workflows/python-uv-ci.yml/badge.svg) # Python workspace ## Notes