Skip to content

Commit

Permalink
fix: Update GitHub Actions workflow to export requirements.txt using …
Browse files Browse the repository at this point in the history
…pip freeze
  • Loading branch information
AhmedNassar7 committed Feb 8, 2025
1 parent f609168 commit d2a5a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Export requirements.txt for Deployment
run: |
poetry export --without-hashes -o requirements.txt
poetry run pip freeze > requirements.txt
- name: Install Render CLI
run: |
Expand Down

0 comments on commit d2a5a14

Please sign in to comment.