Skip to content

Commit

Permalink
change compile method
Browse files Browse the repository at this point in the history
  • Loading branch information
nevoodoo committed Sep 23, 2024
1 parent a9b31df commit 734d6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
pip install pip-tools && \
echo 'Installed pip-tools!'; \
echo 'Compiling from requirements.in'; \
pip-compile requirements.in > requirements.txt && \
pip-compile requirements.in && \
echo 'Compiling from requirements-dev.in'; \
pip-compile --output-file=requirements-dev.txt requirements-dev.in requirements.in"
pip-compile requirements-dev.in"
- name: Commit updated requirements files
run: |
Expand Down

0 comments on commit 734d6f2

Please sign in to comment.