Skip to content

Commit 30b80e9

Browse files
committed
?
1 parent e6dd83b commit 30b80e9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Get the skips file
2222
run: |
23-
pushd /tmp
23+
cd /tmp
2424
git clone --depth 1 https://github.com/data-apis/array-api-strict.git
2525
ls -l /tmp/array-api-strict
26-
popd
26+
cd
27+
pwd
2728
- name: Install dependencies
2829
run: |
2930
python -m pip install --upgrade pip
@@ -37,6 +38,7 @@ jobs:
3738
ls -l /tmp
3839
ls -l /tmp/array-api-strict
3940
ls -l /tmp/array-api-strict/array-api-tests-xfails.txt
41+
pwd
4042
pytest -v -rxXfE --skips-file /tmp/array-api-strict/array-api-tests-xfails.txt array_api_tests/
4143
# We also have internal tests that isn't really necessary for adopters
4244
pytest -v -rxXfE meta_tests/

0 commit comments

Comments
 (0)