From 3a5dd8ca545aea08cc977ee05071e19c5ec3601d Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Thu, 3 Nov 2022 08:32:11 -0400 Subject: [PATCH] Compress naming of jobs --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea86e73f..74f9d44a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,9 +55,10 @@ jobs: python-version: '3.8' julia-version: '1' fail-fast: false - name: Test ${{ matrix.os }} ${{ matrix.architecture }} - Python ${{ matrix.python-version }} - Julia ${{ matrix.julia-version }} + name: Test + py${{ matrix.python-version }} + jl${{ matrix.julia-version }} + ${{ matrix.os }} ${{ matrix.architecture }} steps: - uses: actions/checkout@v1 - name: Setup python