Skip to content

Commit

Permalink
ci try
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrozas committed Dec 31, 2023
1 parent 4e226ac commit 83a912e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83a912e

Please sign in to comment.