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: |