diff --git a/.github/workflows/pythonTests.yml b/.github/workflows/pythonTests.yml index ef6095a..7676109 100644 --- a/.github/workflows/pythonTests.yml +++ b/.github/workflows/pythonTests.yml @@ -20,12 +20,9 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - name: Install dependencies + - name: Test install run: | - python -m pip install -e .[dev] + python -m pip install .[dev] - name: Test with pytest run: | pytest - - name: Test install - run: | - python -m pip install .