From 9bb3a32154ce13e69f996b231b57d9cecec708ea Mon Sep 17 00:00:00 2001 From: Li Yingping Date: Mon, 27 Nov 2023 20:48:59 +0800 Subject: [PATCH] ci: fix errors in ci file --- .github/workflows/python-app.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 8789525..caab338 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -35,9 +35,13 @@ jobs: - name: Debug timezone run: | date + - name: Install the latest version of rye + uses: eifinger/setup-rye@v1 + with: + enable-cache: true + cache-prefix: 'optional-prefix' - name: Install dependencies run: | - curl -sSf https://rye-up.com/get | bash rye sync - name: Generate daily report run: |