Skip to content

Commit 09d85e4

Browse files
committed
Revert "Add setup script from travis to workflow"
This reverts commit a5bc3dd.
1 parent a5bc3dd commit 09d85e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ jobs:
3636
python -m pip install -U pip setuptools
3737
pip install setuptools-rust pytest pytest-benchmark tox tox-venv numpy
3838
- name: Test
39-
run: |
40-
ci/travis/setup.sh
41-
ci/actions/test.sh
39+
run: ci/actions/test.sh
4240
shell: bash
4341
env:
4442
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)