From 410e68ca9dddb67493d84ae4fe8e1a9e392594db Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 10 Jun 2024 10:48:26 +0200 Subject: [PATCH] Update hot_cves.yml --- .github/workflows/hot_cves.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/hot_cves.yml b/.github/workflows/hot_cves.yml index 1c057637de..49868809d6 100644 --- a/.github/workflows/hot_cves.yml +++ b/.github/workflows/hot_cves.yml @@ -8,9 +8,6 @@ on: jobs: ScheduledRun: runs-on: ubuntu-latest - strategy: - matrix: - python-version: ["pypy3.9", "pypy3.10", "3.9", "3.10", "3.11", "3.12"] steps: @@ -20,8 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python-version }} - cache: 'pip' + python-version: '3.12' - name: Running the HOT CVEs generator script run: |