diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ae067a..f531db3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,9 +39,6 @@ jobs: run: | pip install -r requirements.txt pip install -r requirements-dev.txt - - name: Pytest - uses: microsoft/action-python@0.7.2 - with: - workdir: . - pytest: true - python_version: ${{ matrix.python-version }} + - name: Run pytest + run: | + pytest