Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
chore(dev-deps): do not install from pdm lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
EmreTech committed Jul 20, 2023
1 parent e6ec9c5 commit 456e7fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
pdm sync -G speedup
pdm sync -dG lint
pdm install -dG lint
- name: Get pyright version
run: echo "PYRIGHT_VERSION=$(python -c 'import pyright; print(pyright.__pyright_version__)')" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 456e7fa

Please sign in to comment.