From 7ca5bccbc8c79b434faca9d229478c2e75e596d4 Mon Sep 17 00:00:00 2001 From: zyr17 Date: Sat, 13 Apr 2024 02:20:03 +0800 Subject: [PATCH] ci: install new extra --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 39e5565f..576f8c01 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -31,7 +31,7 @@ jobs: - name: Install dependencies run: | - pip install -e ".[dev]" + pip install -e ".[dev,rl]" - name: Run type check run: |