diff options
author | Elias Müller <elias.mr1@gmail.com> | 2022-07-09 19:25:22 +0200 |
---|---|---|
committer | jaseg <136313+jaseg@users.noreply.github.com> | 2022-07-11 12:44:47 +0200 |
commit | 7a428a22e05b5e80d057c2fdcea0b688ae1a7325 (patch) | |
tree | ba5114cb055453ca5e259d9e27621a18b9deb5ea /.github/workflows | |
parent | 543bc9b9583b561077559102fe4296c9e0e19f35 (diff) | |
download | python-mpv-7a428a22e05b5e80d057c2fdcea0b688ae1a7325.tar.gz python-mpv-7a428a22e05b5e80d057c2fdcea0b688ae1a7325.tar.bz2 python-mpv-7a428a22e05b5e80d057c2fdcea0b688ae1a7325.zip |
Rename job
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/tests.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cfba59e..8f8fb4f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,8 +12,9 @@ defaults: jobs: - test-python: + test-linux: runs-on: ubuntu-22.04 + name: 'Linux - Python' strategy: matrix: python-version: [ '3.10' ] # '3.7', '3.8', '3.9' |