Skip to content

Commit

Permalink
bump rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Jun 7, 2024
1 parent 0a8bdbb commit 8d1aee1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import subprocess
import sys
import papermill as pm
from aiohttp.web_request import Request
from aiohttp import web
Expand Down Expand Up @@ -45,9 +47,6 @@ def createDir(path: str):
except Exception as e:
print(e)

import subprocess
import sys

def installRequirements(path):
subprocess.check_call(" ".join([sys.executable, "-m pip install --no-cache-dir -r", path]))

Expand Down

0 comments on commit 8d1aee1

Please sign in to comment.