Skip to content

Commit 3e136d3

Browse files
test: fix ci
1 parent 6984534 commit 3e136d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Unit testing
7575
run: |
76-
python -m pytest -vx --cov=${{ env.PACKAGE_NAMESPACE }} --cov-report=term --cov-report=xml:.cov/coverage.xml --cov-report=html:.cov/html -m "not requires_mapdl"
76+
python -m pytest -m "not requires_mapdl" -vx --cov=${{ env.PACKAGE_NAMESPACE }} --cov-report=term --cov-report=xml:.cov/coverage.xml --cov-report=html:.cov/html
7777
7878
- name: Upload coverage reports to Codecov
7979
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)