From e8e509b62327ea0c0d782d0a64e3ac2bdc056764 Mon Sep 17 00:00:00 2001 From: Bryant Moscon Date: Sun, 22 Sep 2024 20:52:23 -0400 Subject: [PATCH] Update tests.yml --- .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 97a6c30af..11c0926ea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: pip install flake8 pytest cython pip install aiohttp==3.8.1 pip install pyyaml - python setup.py develop + python -m pip install -e . - name: Test with pytest run: | pytest tests/