Skip to content

Commit 9c11972

Browse files
committed
fix build test
1 parent 65e803c commit 9c11972

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,9 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
python -m pip install flake8 pytest
23-
if [ -f tests/test_requirements.txt ]; then python -m pip install -r tests/test_requirements.txt; fi
24-
- name: Setup yt_idv
22+
python -m pip install -r requirements_dev.txt
23+
- name: Setup yt_xarray
2524
run: |
2625
python -m pip install -e .
2726
- name: Run Tests
28-
run: pytest --html=report.html --self-contained-html
29-
- uses: actions/upload-artifact@v2
30-
name: Upload pytest report
31-
with:
32-
name: pytest-report
33-
path: report.html
27+
run: pytest

0 commit comments

Comments
 (0)