Skip to content

Commit b8e6335

Browse files
committed
Fix NEWS and suppress pip compilation for testing
1 parent 0429aa2 commit b8e6335

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ concurrency:
2626

2727
env:
2828
FORCE_COLOR: 1
29+
PIP_NO_COMPILE: 1
2930

3031
jobs:
3132
build-context:
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Enables patching the ``TAG`` preprocessor definition to override
2-
:attr:`sys.implementation.cache_tag` at build time. Setting it to ``NULL``
3-
has the effect of completely disabling automatic creation and use of
4-
``.pyc`` files.
2+
:data:`sys.implementation.cache_tag <sys.implementation>` at build time.
3+
Setting it to ``NULL`` has the effect of completely disabling automatic
4+
creation and use of ``.pyc`` files.

0 commit comments

Comments
 (0)