From 83a912e15a1291269d7f4902583137efdd92a8ac Mon Sep 17 00:00:00 2001 From: jfrozas Date: Sun, 31 Dec 2023 16:37:21 +0100 Subject: [PATCH] ci try --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 342a164..8a7c443 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: python-version: ${{ matrix.python_version }} - name: Install dependencies - run: python -m pip install coverage + run: python -m pip install pytest coverage chess Pillow matplotlib - name: Run tests with coverage run: coverage run -m pytest