Skip to content

Commit 0d1f5f6

Browse files
authored
Fix: create pems/static folder for writing python packages (#50)
2 parents 902d0dd + caa7883 commit 0d1f5f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/deploy.yml

+1
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)