Skip to content

Commit

Permalink
Handle pwd in requirements-dev.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Oct 13, 2024
1 parent c42d973 commit 4056fff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements/requirements_dev.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

cd "$(dirname "$0")"

for x in "8" "9" "10" "11" "12"; do
"python3.${x}" -m uv pip compile requirements_dev.in \
--upgrade -v -o requirements_dev-py3${x}.txt &
Expand Down

0 comments on commit 4056fff

Please sign in to comment.