We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9adc43 commit 45fb148Copy full SHA for 45fb148
.github/workflows/ci.yml
@@ -517,7 +517,7 @@ jobs:
517
unset PYMAPDL_START_INSTANCE
518
export ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}
519
export AWP_ROOT222=/ansys_inc
520
- xvfb-run pytest -k "not test_database and not test_dpf" \
+ xvfb-run pytest -k "not test_dpf" \
521
${{ env.PYTEST_ARGUMENTS }} \
522
--reset_only_failed --add_missing_images \
523
--cov-report=xml:ubuntu-v22.2.0-local.xml
0 commit comments