Skip to content

Commit

Permalink
add make rule update-serialization-dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0dss committed May 11, 2024
1 parent 8c2d9da commit 3819394
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ test-doctests: ## Run doctests
pytest --doctest-modules edsl/language_models
pytest --doctest-modules edsl/data

update-serialization-dataset:
python tests/serialization/create_data.py

integration: ## Run integration tests via pytest **consumes API credits**
## pytest -v -s integration/
make integration-memory
Expand Down Expand Up @@ -196,4 +199,4 @@ env-chick:

env-local-coop:
@echo "Setting up the environment"
cp .env_local_coop .env
cp .env_local_coop .env

0 comments on commit 3819394

Please sign in to comment.