Skip to content

Commit

Permalink
🔧 [#1] fix gh action name
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Mar 5, 2024
1 parent 723a014 commit c17c48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python: ['3.10', '3.11', '3.12']
django: ['3.2', '4.2']

name: Run the test suite (Python $, Django $)
name: Run the test suite (Python ${{ matrix.python }}, Django ${{ matrix.django }})

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c17c48a

Please sign in to comment.