Skip to content

Commit 98d92f4

Browse files
committed
local file test
1 parent ff3b62d commit 98d92f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_s3_minio.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
python -V
6767
which python
6868
pip install -e .
69-
#- name: Run tests
70-
# run: |
71-
# pytest
69+
- name: Run tests
70+
run: |
71+
pytest
7272
- name: Run S3 exploratory tests
7373
run: |
7474
pytest tests/s3_exploratory/test_s3_reduction.py --html=test-reports/s3-exploratory-report.html

0 commit comments

Comments
 (0)