Skip to content

Commit c27e852

Browse files
committed
Some fixes for build
1 parent 0e4a4d8 commit c27e852

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/uufsolver.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
run: |
3232
pip install --upgrade pip
3333
pip install -r requirements.txt
34+
deactivate
35+
tar -czf venv.tar.gz venv
3436
3537
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
3638

deploy.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,5 @@ fi
4141
pip install --upgrade pip
4242
pip install -r requirements.txt
4343

44-
# Start gunicorn with the virtual environment's Python interpreter
45-
venv/bin/gunicorn --workers 3 --bind 0.0.0.0:8000 app:app
46-
4744
# Restart services if necessary
4845
# service apache2 restart

0 commit comments

Comments
 (0)