From 925543f4ffbffda30c936cb459c85c704d06d913 Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Thu, 12 Sep 2024 23:03:53 +0800 Subject: [PATCH] pin monty --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 95b4a9a7..84a51e73 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,9 @@ jobs: pip install uv uv pip install -e .[test,logging] --resolution=${{ matrix.version.resolution }} --system + # TODO: remove pin once reverse readline fixed + uv pip install monty==2024.7.12 + - name: Run Tests run: pytest --capture=no --cov --cov-report=xml env: