Skip to content

Commit

Permalink
Fixing bad references
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed May 10, 2024
1 parent 1873748 commit 3b337d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_python_deps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:

jobs:
build_wheels:
name: Build wheels on ${{ matrix.wheel_combinations.platform }}
runs-on: ${{ matrix.wheel_combinations.arch }}
name: Build wheels on ${{ matrix.wheel_combinations[0] }} for arch ${{ matrix.wheel_combinations[1] }}
runs-on: ${{ matrix.wheel_combinations[0] }}
strategy:
matrix:
python_versions: [
Expand Down

0 comments on commit 3b337d5

Please sign in to comment.