diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c46d674..deb2bf8 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install pytest - python -m pip install -r requirements_dev.txt - python -m pip install --no-deps -e . + python -m pip install -e . -r requirements_dev.txt - name: Test with pytest run: | pytest -v