Remove old sample build workflow

This commit is contained in:
Joe Rickerby
2020-11-22 01:20:14 +00:00
parent a93cee1a30
commit e84c6b2de0
2 changed files with 1 additions and 57 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ if __name__ == '__main__':
project_dir = tempfile.mkdtemp()
subprocess.run([sys.executable, '-m', 'test.test_projects', options.PROJECT_PYTHON_PATH, project_dir], check=True)
subprocess.run(['cibuildwheel'], check=True, cwd=project_dir)
exit(subprocess.run(['cibuildwheel'], cwd=project_dir).returncode)