From 7e1afa888ad053a01b90944ead934ec1a6df9408 Mon Sep 17 00:00:00 2001 From: Peter Lorenz Date: Sat, 2 Nov 2024 19:51:50 +0800 Subject: [PATCH] Update update-papers.yml --- .github/workflows/update-papers.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-papers.yml b/.github/workflows/update-papers.yml index 3142a0bc..8f2371db 100644 --- a/.github/workflows/update-papers.yml +++ b/.github/workflows/update-papers.yml @@ -3,6 +3,7 @@ name: Update Papers on: schedule: - cron: '0 0 * * *' # Runs every day at midnight UTC + workflow_dispatch: jobs: fetch-papers: @@ -15,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.x' # Use the latest version of Python + python-version: '3.10' # Use the latest version of Python - name: Install dependencies run: |