Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vehbiOzcan authored Feb 26, 2024
1 parent 9d740d2 commit 0cbd202
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
- name: Install requirements
run: |
pip install -r requirements.txt
- name: Run Marble Sculp
run: |
mkdir -p ./marble-sculp/static/{dfn,disc,extend,poly,rp,site}
- name: PROD_ENV Create
run: |
touch .env
touch marble-sculp/.env
echo "${{ secrets.PROD_ENV_FILE }}" > .env
pm2 restart marbleSculp

0 comments on commit 0cbd202

Please sign in to comment.