-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Neoxelox/fix/ci-cd
Fix CI & CD
- Loading branch information
Showing
5 changed files
with
47 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,36 @@ | ||
# dspy-inspector | ||
# dspy-inspector 🔍 | ||
|
||
DSPy program/pipeline inspector widget for Jupyter/VSCode Notebook. | ||
**`DSPy program/pipeline inspector widget for Jupyter/VSCode Notebook.`** 🔭 | ||
|
||
## Install | ||
|
||
👉 `pip install dspy-inspector` | ||
|
||
## What | ||
|
||
TODO: Explain | ||
|
||
## Features | ||
|
||
TODO: Explain | ||
|
||
## Usage | ||
|
||
TODO: Explain | ||
|
||
## Developing | ||
|
||
To setup the virtual environment, follow these steps: | ||
|
||
1. Install dependencies: `poetry install` | ||
2. Install tools `poetry run inv tool.install --include "dev*"` | ||
|
||
Run `poetry run inv help` for further commands and `poetry run inv <command> --help` for their usage. | ||
|
||
## Contribute | ||
|
||
Feel free to contribute to this project : ) . | ||
|
||
## License | ||
|
||
This project is licensed under the [GPL-3.0 License](https://opensource.org/licenses/GPL-3) - read the [LICENSE](LICENSE) file for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
_DSPY = "rocks" | ||
|
||
|
||
def test_todo() -> None: | ||
assert _DSPY == "rocks" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters