Skip to content

Commit

Permalink
ci: fix errors in ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bye-lemon committed Nov 27, 2023
1 parent 3652efb commit 9bb3a32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9bb3a32

Please sign in to comment.