Skip to content

Commit

Permalink
revert(ci): Revert "ci: Add a nightly CI job for integration tests (#…
Browse files Browse the repository at this point in the history
…2652)"

This reverts commit 6645efb.

Signed-off-by: Danny Chiao <[email protected]>
  • Loading branch information
adchia committed Jul 28, 2022
1 parent 31f54c8 commit d4bb394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 143 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: "cp3*_x86_64"
CIBW_SKIP: "cp36-* cp37-* *-musllinux_x86_64 cp310-macosx_x86_64"
CIBW_SKIP: "cp36-* *-musllinux_x86_64 cp310-macosx_x86_64"
CIBW_ARCHS: "native"
CIBW_ENVIRONMENT: >
COMPILE_GO=True PATH=$PATH:/usr/local/go/bin
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-10.15 ]
python-version: [ "3.8", "3.9", "3.10"]
python-version: [ "3.7", "3.8", "3.9", "3.10"]
from-source: [ True, False ]
env:
# this script is for testing servers
Expand Down
140 changes: 0 additions & 140 deletions .github/workflows/nightly-ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ jobs:
flags: integrationtests
env_vars: OS,PYTHON
fail_ci_if_error: true
verbose: true
verbose: true

0 comments on commit d4bb394

Please sign in to comment.