From 400945780e2e8b3d1a2933818a7d1a259ee33bc7 Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Thu, 17 Oct 2024 13:15:39 -0400 Subject: [PATCH] Format a yml file --- .github/workflows/unit-test-min.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test-min.yml b/.github/workflows/unit-test-min.yml index e205edf5..d03c5a51 100644 --- a/.github/workflows/unit-test-min.yml +++ b/.github/workflows/unit-test-min.yml @@ -3,7 +3,7 @@ name: Run unit tests with oldest dependency versions # dependencies listed in `pyproject.toml`. The oldest versions are specified in # `ci/minimum/requirements.txt`. The `requirements.txt` file is needs to # be manually updated to be aligned with `pyproject.toml`. -# +# # In the future, `pip` might be able to install the minimum versions in # `pyproject.toml` directly as disscussed in an open issue: # https://github.com/pypa/pip/issues/8085