mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
refactor: move OasstApiClient into oasst-shared (#287)
* refactor: move api_client into oasst-shared * refactor: move contract tests into oasst-shared * fix: use new OasstApiClient imports in discord bot
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
||||
|
||||
# switch to backend directory
|
||||
pushd "$parent_path/../../discord-bot"
|
||||
pushd "$parent_path/../../oasst-shared"
|
||||
|
||||
pytest .
|
||||
|
||||
Reference in New Issue
Block a user