Skip to content

Commit

Permalink
_code_quality.yml: corrected linux command for delete
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Nov 23, 2023
1 parent b5bcd3a commit 4ffac17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
poetry lock
poetry export -o poetry.lock.txt --without-hashes --format requirements.txt
pip install -r poetry.lock.txt
del poetry.lock
del poetry.lock.txt
rm -f poetry.lock
rm -f poetry.lock.txt
- name: Install pyright
run: pip install pyright==1.1.336
- name: Run pyright
Expand Down

0 comments on commit 4ffac17

Please sign in to comment.