Skip to content

Commit 65510d8

Browse files
do not test for mdsplus as imas_core pypi install doesn't support it
1 parent 73cc1dc commit 65510d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_with_pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run tests
3535
run: |
3636
source venv/bin/activate
37-
python -m pytest -n=auto --cov=imas --cov-report=term-missing --cov-report=xml:coverage.xml --cov-report=html:htmlcov --junit-xml=junit.xml
37+
python -m pytest -n=auto --memory --ascii --hdf5 --cov=imas --cov-report=term-missing --cov-report=xml:coverage.xml --cov-report=html:htmlcov --junit-xml=junit.xml
3838
3939
- name: Upload coverage report ${{ matrix.python-version }}
4040
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)