Skip to content

Commit 9763a93

Browse files
committed
Remove unnecessary rm from requirements build.
1 parent 725725f commit 9763a93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/requirements.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
- name: Update pip and install pip-tools
3333
run: pip install --upgrade pip pip-tools
3434
- name: Build requirements
35-
run: |
36-
rm -f requirements.txt
37-
pip-compile --resolver=backtracking -v --upgrade -o requirements.txt
35+
run: pip-compile --resolver=backtracking -v --upgrade -o requirements.txt
3836
- name: Store requirements as artifact
3937
uses: actions/upload-artifact@v3
4038
with:

0 commit comments

Comments
 (0)