From 69cdf8418862d052a953ae6a954ef95acde07111 Mon Sep 17 00:00:00 2001 From: fullbat Date: Fri, 15 Mar 2024 16:25:15 +0100 Subject: [PATCH] ci: remove cpu info print --- .github/workflows/run_tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 1c396af..0eef417 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -43,7 +43,6 @@ jobs: run: pip install . --no-cache-dir --force-reinstall - name: Print info run: | - cat /proc/cpuinfo | grep "model name" gcc --version python -V pip list