Skip to content

Commit

Permalink
refract: replace pdm with rye
Browse files Browse the repository at this point in the history
  • Loading branch information
Bye-lemon committed Nov 27, 2023
1 parent e3b7225 commit 3652efb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1,044 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ jobs:
date
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pdm
pdm sync
curl -sSf https://rye-up.com/get | bash
rye sync
- name: Generate daily report
run: |
pdm run python main.py
rye run python main.py
- name: Push daily report
run: |
git config --local user.email "${{ env.GITHUB_EMAIL }}"
Expand Down
Loading

0 comments on commit 3652efb

Please sign in to comment.