Skip to content

Commit

Permalink
temp remove macOS, locales from test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Jan 2, 2025
1 parent 9e26bdd commit d205047
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-indicators-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
dotnet-version: ["6.x", "8.x"]

runs-on: ${{ matrix.os }}
name: Py ${{ matrix.python-version }} | .NET ${{ matrix.dotnet-version }} [${{ matrix.os }}]
name: "Py${{ matrix.python-version }}|.NET${{ matrix.dotnet-version }}»${{ matrix.os }}"

env:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-indicators-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
dotnet-version: ["6.x", "7.x", "8.x"]

runs-on: ${{ matrix.os }}
name: Py ${{ matrix.python-version }} | .NET ${{ matrix.dotnet-version }} [${{ matrix.os }}]
name: "Py${{ matrix.python-version }}|.NET${{ matrix.dotnet-version }}»${{ matrix.os }}"

env:

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-indicators-locale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest] #, macos-latest
locale: [
'fr_FR.UTF-8', # Uses comma as decimal separator
'de_DE.UTF-8', # Uses comma as decimal, dot as thousands
# 'fr_FR.UTF-8', # Uses comma as decimal separator
# 'de_DE.UTF-8', # Uses comma as decimal, dot as thousands
'ru_RU.UTF-8' # Uses comma as decimal, space as thousands
]
python-version: ['3.12']

name: "${{ matrix.locale }} | Py ${{ matrix.python-version }} [${{ matrix.os }}]"
name: "Py${{ matrix.python-version }}|${{ matrix.locale }}»${{ matrix.os }}"
runs-on: ${{ matrix.os }}

env:
Expand Down

0 comments on commit d205047

Please sign in to comment.