Skip to content

Commit

Permalink
Merge pull request #187 from altendky/ci_is_on_linux_not_ubuntu
Browse files Browse the repository at this point in the history
Correct CI job name to Linux, not Ubuntu
  • Loading branch information
altendky authored Dec 2, 2020
2 parents af3b6d5 + 0250d77 commit bf3bcc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
# TODO: https://github.com/pytest-dev/pytest/issues/7623
PYTHONIOENCODING: 'utf-8'

Ubuntu:
name: 'Ubuntu (${{ matrix.python }}, ${{ matrix.qt_library }})'
Linux:
name: 'Linux (${{ matrix.python }}, ${{ matrix.qt_library }})'
timeout-minutes: 10
runs-on: 'ubuntu-latest'
container: 'docker://python:${{ matrix.python }}-buster'
Expand All @@ -139,7 +139,7 @@ jobs:
run: ./ci.sh
env:
# Should match 'name:' up above
JOB_NAME: 'Ubuntu (${{ matrix.python }}, ${{ matrix.qt_library }})'
JOB_NAME: 'Linux (${{ matrix.python }}, ${{ matrix.qt_library }})'
INSTALL_EXTRAS: '[${{ matrix.qt_library }},p_tests]'

macOS:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- Builds
- Checks
- Windows
- Ubuntu
- Linux
- macOS
steps:
- name: This
Expand Down

0 comments on commit bf3bcc4

Please sign in to comment.