diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index c82f272..dc2babe 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -43,9 +43,9 @@ jobs: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }} - - name: Install depenencies + - name: Install dependencies run: | - python -m pip install --upgrade pip + python -m pip install --upgrade pip pytest python -m pip install . - name: Run tests