Skip to content

Commit

Permalink
🐛 fix checkpoint options
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Aug 23, 2024
1 parent 4136a4f commit 613220e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ commands_pre =
python -m uv pip install -r requirements.in OZI.build[uv,core]~=1.2
pipx install --python=python meson
commands =
meson setup {env_tmp_dir} -Ddist=disabled -Dtox-env-dir={env_dir}
meson setup {env_tmp_dir} -Dozi:dist=disabled -Dozi:tox-env-dir={env_dir}
meson compile -C {env_tmp_dir}
rm -rf {env_tmp_dir}/.gitignore
commands_post =
Expand Down

0 comments on commit 613220e

Please sign in to comment.