Skip to content

Commit

Permalink
ci: pip: shorter name
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Nov 17, 2023
1 parent 5916569 commit e13c7a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos-linux-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ env:

jobs:
hpp-fcl-pip:
name: "CI on ${{ matrix.os }} / python ${{ matrix.python-version }} with pip"
runs-on: "${{ matrix.os }}"
name: "CI on ${{ matrix.os }} / py ${{ matrix.python-version }} with pip"
runs-on: "${{ matrix.os }}-latest"

strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
os: ["ubuntu", "macos"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e13c7a0

Please sign in to comment.