Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update workflow
Browse files Browse the repository at this point in the history
amaanq committed Dec 22, 2024
1 parent 9c763fd commit 5799336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -32,8 +32,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up the repo
uses: tree-sitter/setup-action/cli@v1
- name: Set up tree-sitter
uses: tree-sitter/setup-action/cli@v2
- name: Set up examples
run: |-
git clone https://github.com/numpy/numpy examples/numpy --single-branch --depth=1 --filter=blob:none

0 comments on commit 5799336

Please sign in to comment.