Skip to content

Commit

Permalink
ci: test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moe-ad committed Jan 22, 2025
1 parent bc92ba7 commit bb17635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
# working-directory: .ci
shell: bash
run: |
tox -e doc-html --installpkg dist/ansys_dpf_core* -x testenv:doc-html.pass_env+=VIRTUALENV_SYSTEM_SITE_PACKAGES
tox -e doc-html --installpkg dist/ansys_dpf_core*
# timeout-minutes: 60
# env:
# MEILISEARCH_PUBLIC_API_KEY: ${{ secrets.MEILISEARCH_PUBLIC_API_KEY }}
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ pass_env =
ANSYS_DPF_ACCEPT_LA
ANSYSLMD_LICENSE_FILE
AWP_ROOT242
AWP_ROOT251
AWP_ROOT252
VIRTUALENV_SYSTEM_SITE_PACKAGES

[testenv:pretest]
description = Environment to kill servers and organize test files prior to testing
Expand Down

0 comments on commit bb17635

Please sign in to comment.