Skip to content

Commit

Permalink
Fixups.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Oct 22, 2024
1 parent 6e13540 commit 59df5cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Noop
run: "true"
tests-36-38:
name: (${{ matrix.os }}) Python 3.6 - 3.8 Tests
name: (${{ matrix.os }}) Python ${{ matrix.python-version[0] }}${{ matrix.python-version[1] }} Tests
needs: org-check
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Run Unit Tests
uses: pantsbuild/actions/run-tox@b16b9cf47cd566acfe217b1dafc5b452e27e6fd7
with:
tox-env: py37,py38,py39,py310,py311,py312,py313,py314
tox-env: py39,py310,py311,py312,py313,py314
final-status:
name: Gather Final Status
needs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
path: dist/
retention-days: 1
package-39-314-dists:
name: Package Distributions for Python 3.9 - 3.14
name: Package Distributions for Python ${{ matrix.python-version[0] }}${{ matrix.python-version[1] }}
needs: determine-tag
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 59df5cc

Please sign in to comment.