Skip to content

Commit d4bb394

Browse files
committed
revert(ci): Revert "ci: Add a nightly CI job for integration tests (#2652)"
This reverts commit 6645efb. Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 31f54c8 commit d4bb394

File tree

3 files changed

+3
-143
lines changed

3 files changed

+3
-143
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: pypa/cibuildwheel@v2.7.0
6767
env:
6868
CIBW_BUILD: "cp3*_x86_64"
69-
CIBW_SKIP: "cp36-* cp37-* *-musllinux_x86_64 cp310-macosx_x86_64"
69+
CIBW_SKIP: "cp36-* *-musllinux_x86_64 cp310-macosx_x86_64"
7070
CIBW_ARCHS: "native"
7171
CIBW_ENVIRONMENT: >
7272
COMPILE_GO=True PATH=$PATH:/usr/local/go/bin
@@ -150,7 +150,7 @@ jobs:
150150
strategy:
151151
matrix:
152152
os: [ubuntu-latest, macos-10.15 ]
153-
python-version: [ "3.8", "3.9", "3.10"]
153+
python-version: [ "3.7", "3.8", "3.9", "3.10"]
154154
from-source: [ True, False ]
155155
env:
156156
# this script is for testing servers

.github/workflows/nightly-ci.yml

Lines changed: 0 additions & 140 deletions
This file was deleted.

.github/workflows/pr_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ jobs:
191191
flags: integrationtests
192192
env_vars: OS,PYTHON
193193
fail_ci_if_error: true
194-
verbose: true
194+
verbose: true

0 commit comments

Comments
 (0)