Skip to content

Commit

Permalink
Slight renaming of the workflows to stop the duplicate use of ubuntu …
Browse files Browse the repository at this point in the history
…in the name and to make the windows capitalization of python match the ubuntu
  • Loading branch information
fredkingham committed Sep 1, 2022
1 parent 799ae59 commit 9a63e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -3,7 +3,7 @@ name: CI
jobs:
# run python/js tests, coveralls and lint
integration-test:
name: ${{ matrix.os }} python ${{ matrix.python-version }}
name: python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
services:
postgres:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
# make sure the python side of things works on windows
other-os-tests:
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
name: ${{ matrix.os }} python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 9a63e9f

Please sign in to comment.