Skip to content

Commit

Permalink
shell lint
Browse files Browse the repository at this point in the history
  • Loading branch information
badGarnet committed Oct 6, 2023
1 parent 2774206 commit 0023107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pip-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ if ! python -c "import sys; assert sys.version_info.major == $major and sys.vers
exit 1
fi

cd ./requirements && make *.txt && cd ..
cd ./requirements && make ./*.txt && cd ..
cp requirements/build.txt docs/requirements.txt

0 comments on commit 0023107

Please sign in to comment.