Skip to content

Commit

Permalink
Merge pull request #500 from gchq/fix/uv-autoupdate
Browse files Browse the repository at this point in the history
fix: uv autoupdate requirements-docs check
  • Loading branch information
tp832944 authored Feb 10, 2025
2 parents b029552 + eecc9e4 commit 163c3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/uv_lock_autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
--format requirements-txt
--no-hashes
--no-dev
--no-emit-project
--no-editable
--extra doc
--output-file requirements-doc.txt
--output-file requirements-docs.txt
- name: Store hash of new files for comparison
id: new_hash
run: |
Expand Down

0 comments on commit 163c3ea

Please sign in to comment.