Skip to content

Commit

Permalink
Rename job to Run tests using "package"
Browse files Browse the repository at this point in the history
instead of "wheel"
  • Loading branch information
roomrys committed Sep 5, 2024
1 parent b18753b commit efb2295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
overwrite: true

tests:
name: Run tests using wheel (${{ matrix.os }})
name: Run tests using package (${{ matrix.os }})
runs-on: ${{ matrix.os }}
needs: build # Ensure the build job has completed before starting this job.
strategy:
Expand Down

0 comments on commit efb2295

Please sign in to comment.