diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc69304..854acfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install the package run: | - python install -e . + pip install . - name: Test with pytest run: | pytest tests \ No newline at end of file