From b4d7ec6e0ab93a574b98aaea110a316fdb3ac662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gait=C3=A1n?= Date: Wed, 21 Feb 2024 01:40:29 -0300 Subject: [PATCH] fix command --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 17cab46..8b5eb52 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -36,5 +36,5 @@ jobs: - name: Test with pytest run: | - wich pytest + which pytest pytest \ No newline at end of file