Skip to content

Commit 788cb57

Browse files
committed
Update pyproject.toml and add pdm.lock
1 parent 7ceaa57 commit 788cb57

File tree

4 files changed

+1433
-18
lines changed

4 files changed

+1433
-18
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: pdm-project/setup-pdm@v4
2020
- name: Install dependencies
2121
run: |
22-
pdm lock --dev
2322
pdm install
2423
- name: Run tests
2524
run: |

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
__pycache__/
33
*.egg-info
44
/dist
5+
/log*
56

67
# pdm
78
/.pdm-plugins
89
/.pdm-python
910
/.pdm-build
1011
/.venv
11-
/pdm.lock
1212

1313
# pytest
1414
/.pytest_cache

0 commit comments

Comments
 (0)