Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hukkin/tomli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a8df36530e73bb747e15059f365b5d23037d8106
Choose a base ref
..
head repository: hukkin/tomli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d810d5afe0d643bed732f9bb138ee9d090b3e0fa
Choose a head ref
Showing with 2 additions and 0 deletions.
  1. +2 −0 .github/workflows/tests.yaml
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@ on:
env:
CIBW_TEST_COMMAND: python -m unittest
CIBW_SKIP: pp*
# Pass through to container
CIBW_ENVIRONMENT_PASS_LINUX: HATCH_BUILD_HOOKS_ENABLE

jobs: