From cdf607f0bde3b27f16cec39b9874e266be80bda9 Mon Sep 17 00:00:00 2001 From: William Patton Date: Thu, 2 May 2024 11:34:35 -0700 Subject: [PATCH] fix typo --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5ab2c5b..ad692e4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -26,7 +26,7 @@ jobs: run: pip install . - name: Install dev dependencies - run: pip install -r requirements-dev.txt + run: pip install -r requirements_dev.txt - name: Test with pytest run: pytest tests