Skip to content

Commit

Permalink
Stop wasting time/energy
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Mar 27, 2024
1 parent 2a452f2 commit 21e1cac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-supported-pythons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
# Ensure tests run against wheel.
rm -rf src
- run: python -Im tox run --installpkg dist/*.whl -f py$(echo ${{ matrix.python-version }} | tr -d .)
# To conserve CI resources, we've commented the next step out to not
# actually run the tests. Just remove the 'echo' to run them.
- name: Run tox environments for ${{ matrix.python-version }}
run: echo python -Im tox run --installpkg dist/*.whl -f py$(echo ${{ matrix.python-version }} | tr -d .)

...

0 comments on commit 21e1cac

Please sign in to comment.