Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
rnetser committed Dec 2, 2024
1 parent c6fdfc1 commit f396310
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 130 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/label-verified.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/pr-comment.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/tox-check.yml

This file was deleted.

5 changes: 0 additions & 5 deletions tests/trustyai/drift/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import json
import os
import subprocess
from typing import Any, Dict, List, Optional

import requests
Expand Down Expand Up @@ -56,10 +55,6 @@ def get_model_metadata(self) -> Any:
return self._send_request(endpoint="/info", method="GET")


def create_ocp_token(namespace: Namespace) -> str:
return subprocess.check_output(["oc", "create", "token", "test-user", "-n", namespace.name]).decode().strip()


def send_inference_request(
token: str,
inference_route: Route,
Expand Down

0 comments on commit f396310

Please sign in to comment.