diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 843a5a8c3c..09cf693a44 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -52,8 +52,6 @@ jobs: cache-lmdb-store: 'true' - name: Check BUILD files run: pants tailor --check update-build-files --check '::' - - name: Check forbidden cross imports - run: pants dependencies '::' - name: Lint run: | if [ "$GITHUB_EVENT_NAME" == "pull_request" -a -n "$GITHUB_HEAD_REF" ]; then diff --git a/pants.toml b/pants.toml index 9c83ae0b45..24748e8479 100644 --- a/pants.toml +++ b/pants.toml @@ -1,5 +1,5 @@ [GLOBAL] -pants_version = "2.19.0" +pants_version = "2.19.1" pythonpath = ["%(buildroot)s/tools/pants-plugins"] backend_packages = [ "pants.backend.python",