Skip to content

Commit

Permalink
Merge pull request #332 from jpgill86/fix-badge
Browse files Browse the repository at this point in the history
Fix badges for GitHub Actions tests status
  • Loading branch information
jpgill86 authored Jan 26, 2023
2 parents e995a8e + 5050cdd commit 32d131e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10'] #, '3.11']
env:
DISPLAY: ':99.0'

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ reference guide, release notes, and more, see the Documentation_.
:target: `constructor recipe`_
:alt: constructor recipe

.. |GitHub Actions badge| image:: https://img.shields.io/github/workflow/status/jpgill86/neurotic/tests/master?label=tests&logo=github&logoColor=white
.. |GitHub Actions badge| image:: https://img.shields.io/github/actions/workflow/status/jpgill86/neurotic/tests.yml?branch=master&label=tests&logo=github&logoColor=white
:target: `GitHub Actions`_
:alt: Tests status

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Table of Contents
:target: `constructor recipe`_
:alt: constructor recipe

.. |GitHub Actions badge| image:: https://img.shields.io/github/workflow/status/jpgill86/neurotic/tests/master?label=tests&logo=github&logoColor=white
.. |GitHub Actions badge| image:: https://img.shields.io/github/actions/workflow/status/jpgill86/neurotic/tests.yml?branch=master&label=tests&logo=github&logoColor=white
:target: `GitHub Actions`_
:alt: Tests status

Expand Down

0 comments on commit 32d131e

Please sign in to comment.