We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rm
1 parent 725725f commit 9763a93Copy full SHA for 9763a93
.github/workflows/requirements.yml
@@ -32,9 +32,7 @@ jobs:
32
- name: Update pip and install pip-tools
33
run: pip install --upgrade pip pip-tools
34
- name: Build requirements
35
- run: |
36
- rm -f requirements.txt
37
- pip-compile --resolver=backtracking -v --upgrade -o requirements.txt
+ run: pip-compile --resolver=backtracking -v --upgrade -o requirements.txt
38
- name: Store requirements as artifact
39
uses: actions/upload-artifact@v3
40
with:
0 commit comments