Skip to content

Commit

Permalink
migrating to pdm
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqzss committed Jun 21, 2024
1 parent 68393b1 commit 005493b
Show file tree
Hide file tree
Showing 5 changed files with 642 additions and 742 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-dumogenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest poetry
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
Expand Down
1 change: 1 addition & 0 deletions .pdm-python
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/home/yzqzss/git/wikiteam3/.venv/bin/python
Loading

0 comments on commit 005493b

Please sign in to comment.