Skip to content

Commit

Permalink
Speed up CI workflow (#42) (#43)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4589e34)

Co-authored-by: Caleb Johnson <[email protected]>
  • Loading branch information
mergify[bot] and caleb-johnson committed Sep 19, 2024
1 parent 786ca81 commit 78b399f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_latest_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ jobs:
- name: Test using tox environment
shell: bash
run: |
toxpyversion=$(echo ${{ matrix.python-version }} | sed -E 's/^([0-9]+)\.([0-9]+).*$/\1\2/')
tox -epy${toxpyversion}
tox -epy${toxpyversion}-notebook
tox -e py,notebook --parallel --parallel-no-spinner
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ envlist = py{310,311,312}{,-notebook}, lint, coverage, docs
isolated_build = True

[testenv]
package = wheel
wheel_build_env = .pkg
parallel_show_output = True
extras =
test
commands =
Expand Down

0 comments on commit 78b399f

Please sign in to comment.