Skip to content

Commit caa7883

Browse files
committed
fix: create pems/static folder for writing python packages
1 parent 902d0dd commit caa7883

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
source .venv/bin/activate
4949
pip install pipdeptree
5050
pip install -e .
51+
mkdir -p pems/static
5152
pipdeptree
5253
pipdeptree >> pems/static/requirements.txt
5354

0 commit comments

Comments
 (0)