diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b1e51da..e9cc0f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: python-version: ${{ matrix.py }} - uses: actions/checkout@v4 - name: Install module - run: python -m pip install -e .[tests] + run: python -m pip install .[tests] - name: run pytest run: pytest