Skip to content

Commit

Permalink
Bug-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hameerabbasi committed Jan 9, 2025
1 parent 0aef791 commit d1339ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,6 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Checkout array-api-tests
uses: actions/checkout@v4
with:
repository: data-apis/array-api-tests
ref: '33f2d2ea2f3dd2b3ceeeb4519d55e08096184149' # Latest commit as of 2024-05-29
submodules: 'true'
path: 'array-api-tests'
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion ci/clone_array_api_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euxo pipefail

if [ ! -d "../array-api-tests" ]; then
git clone https://github.com/data-apis/array-api-tests.git "../array-api-tests"
git clone --recursive https://github.com/data-apis/array-api-tests.git "../array-api-tests"
fi
git --git-dir="../array-api-tests/.git" fetch
git --git-dir="../array-api-tests/.git" checkout $(cat "ci/array-api-tests-rev.txt")

0 comments on commit d1339ba

Please sign in to comment.