From 4601bfc6d4c3cf49ae406036218286ada7cb3c4f Mon Sep 17 00:00:00 2001 From: LAGNEAU Romain Date: Wed, 17 Jul 2024 14:29:45 +0200 Subject: [PATCH] [CI] Remove print system info --- .github/workflows/macos-linux-namespace.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/macos-linux-namespace.yml b/.github/workflows/macos-linux-namespace.yml index 304d7bd057..9c6a3d0e95 100644 --- a/.github/workflows/macos-linux-namespace.yml +++ b/.github/workflows/macos-linux-namespace.yml @@ -24,14 +24,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Print system information - run: | - sysctl -a | grep machdep.cpu - sysctl -a | grep logical - - - name: Print OS information - run: system_profiler SPSoftwareDataType - - name: Install dependencies on macos-latest if: matrix.os == 'macos-latest' run: |