Skip to content

Commit

Permalink
chore: fix typo in contributing (langfuse#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kubica authored Jul 20, 2024
1 parent 5a563f8 commit 5650693
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,22 @@ poetry run pre-commit install

#### Setup

- Add .env based on .env.example
- Add .env based on .env.template

#### Run

- Run all

```
poetry run pytest -s -v --log-cli-level=INFO
```

- Run a specific test

```
poetry run pytest -s -v --log-cli-level=INFO tests/test_core_sdk.py::test_flush
```

- E2E tests involving OpenAI and Serp API are usually skipped, remove skip decorators in [tests/test_langchain.py](tests/test_langchain.py) to run them.

### Update openapi spec
Expand Down Expand Up @@ -72,7 +76,7 @@ poetry run release
6. `git tag v{version}`
7. `git push --tags`
8. `poetry publish`
- Create PyPi API token: https://pypi.org/manage/account/token/
- Create PyPi API token: <https://pypi.org/manage/account/token/>
- Setup: `poetry config pypi-token.pypi your-api-token`
9. Create a release on GitHub with the changelog

Expand Down

0 comments on commit 5650693

Please sign in to comment.