Skip to content

Commit

Permalink
Move python impl to python/
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Nov 11, 2024
1 parent 26cb84c commit 52ebcce
Show file tree
Hide file tree
Showing 33 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/links.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check Markdown links

on: push

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r python/metaprompt/requirements.txt # If you have a requirements file
pip install -r python/requirements.txt # If you have a requirements file
pip install pytest
- name: Run tests
working-directory: python/metaprompt
working-directory: python/
env:
PYTHONPATH: "${{ github.workspace }}/python/metaprompt/src"
PYTHONPATH: "${{ github.workspace }}/python/src"
run: |
pytest
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ any other output]
```


See [`python/metaprompt/examples/`](./python/metaprompt/examples/) for more.
See [`python/metaprompt/examples/`](./python/examples/) for more.

## Project status

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 52ebcce

Please sign in to comment.