From 59fbf2ed23c30cd85ed9d499e45a5e8417fba2f0 Mon Sep 17 00:00:00 2001 From: Julian Coy Date: Wed, 27 Dec 2023 12:44:17 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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