We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4a4d8 commit c27e852Copy full SHA for c27e852
.github/workflows/uufsolver.yml
@@ -31,6 +31,8 @@ jobs:
31
run: |
32
pip install --upgrade pip
33
pip install -r requirements.txt
34
+ deactivate
35
+ tar -czf venv.tar.gz venv
36
37
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
38
deploy.sh
@@ -41,8 +41,5 @@ fi
41
42
43
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
-
47
# Restart services if necessary
48
# service apache2 restart
0 commit comments