Skip to content

Commit

Permalink
Fix crash in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed Jun 17, 2024
1 parent 7991916 commit e5cac82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: Create requirements files
run: |
python tools/generate_requirements_txt.py
pip-compile -o requirements_full.txt pyproject.toml
git add requirements_full.txt requirements.txt
git add requirements.txt
git commit -m "Updated requirements.txt files" || true
- name: Bump version to new tag
Expand Down

0 comments on commit e5cac82

Please sign in to comment.