Skip to content

Commit

Permalink
rename gh actions steps
Browse files Browse the repository at this point in the history
  • Loading branch information
aerispaha committed Dec 29, 2022
1 parent 07df723 commit b0570f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python application
name: CI Tests

on:
push:
Expand All @@ -13,7 +13,7 @@ permissions:
contents: read

jobs:
example_matrix:
ci_matrix:
strategy:
matrix:
python_version: [3.7, 3.8, 3.9, "3.10"]
Expand Down

0 comments on commit b0570f4

Please sign in to comment.