We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7af0da commit 3bab8a7Copy full SHA for 3bab8a7
.github/workflows/numba-release-candidate-actions.yml
@@ -7,7 +7,8 @@ jobs:
7
check_numba_release_candidate:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v4
+ - name: Checkout This Repository
11
+ uses: actions/checkout@v4
12
- name: Set Up Python
13
uses: actions/setup-python@v5
14
with:
0 commit comments