Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#520 Hotfix/sg 000 release candidate fix

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:hotfix/SG-000_release_candidate_fix
2 changed files with 1 additions and 7 deletions
  1. 1
    1
      .circleci/config.yml
  2. 0
    6
      pyproject.toml
@@ -88,7 +88,7 @@ jobs:
           no_output_timeout: 30m
           no_output_timeout: 30m
           command: |
           command: |
             . venv/bin/activate
             . venv/bin/activate
-            python3 -m pip install .[pro]
+            python3 -m pip install --extra-index-url https://pypi.ngc.nvidia.com .[pro]
       - run:
       - run:
           name: run tests with coverage
           name: run tests with coverage
           no_output_timeout: 30m
           no_output_timeout: 30m
Discard
@@ -1,10 +1,4 @@
 ## Super-Gradients configuration for black/mypy/isort etc tools.
 ## Super-Gradients configuration for black/mypy/isort etc tools.
-
-[[tool.poetry.source]]
-name = "nvidia-pyindex"
-url = 'https://pypi.ngc.nvidia.com'
-secondary = true
-
 [tool.isort]
 [tool.isort]
 profile = "black"
 profile = "black"
 multi_line_output = 3
 multi_line_output = 3
Discard