Skip to content

Commit

Permalink
Run tests with the GHA-built Incremental
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Jul 23, 2024
1 parent 8d31013 commit c93c83c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ jobs:

- name: Run job via tox
run: |
export TOX_PARALLEL_NO_SPINNER=1
export PIP_FIND_LINKS=dist/
# GitHub Actions VM have 2 CPUs.
TOX_PARALLEL_NO_SPINNER=1 tox --parallel 2 --installpkg dist/*.whl
tox --parallel 2 --installpkg dist/*.whl
- name: Prepare GitHub Pages
if: contains(matrix['tox-env'], 'apidocs')
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ setenv =

tests: TOX_INI_DIR={toxinidir}
tests: COVERAGE_PROCESS_START={toxinidir}/.coveragerc
tests: PIP_FIND_LINKS={distdir}
tests: PIP_FIND_LINKS={env:PIP_FIND_LINKS:{distdir}}

commands =
python -V
Expand Down

0 comments on commit c93c83c

Please sign in to comment.