From 31d70cd22c6ca90d7cc3eb4cef3772e931da9416 Mon Sep 17 00:00:00 2001 From: Emery Berger Date: Fri, 12 Apr 2024 18:00:24 -0400 Subject: [PATCH] Update tests.yml Replaced tab with spaces. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d412087..4333bac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: - name: install test dependencies run: | python3 -m pip install pytest pytest-asyncio pytest-forked hypothesis - python3 -m pip install -r test/requirements.txt + python3 -m pip install -r test/requirements.txt python3 -m pip install . - name: run tests