Browse Source

dont run package tests when building deb pkg

Nick Sweeting 5 years ago
parent
commit
93e6d22c1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/debian.yml

+ 1 - 1
.github/workflows/debian.yml

@@ -5,7 +5,7 @@ on:
   push:
 
 env:
-  SETUPTOOLS_USE_DISTUTILS: local
+  DEB_BUILD_OPTIONS: nocheck
 
 jobs:
   build: