Bläddra i källkod

Hotfix codecov_in_develop_mode with --no-use-pep517

Co-authored-by: Max Ryabinin <mryabinin0@gmail.com>
Co-authored-by: Alexander Borzunov <borzunov.alexander@gmail.com>
justheuristic 3 år sedan
förälder
incheckning
a02571ecb1
3 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      .github/workflows/run-tests.yml
  2. 1 1
      README.md
  3. 1 1
      docs/user/quickstart.md

+ 1 - 1
.github/workflows/run-tests.yml

@@ -82,7 +82,7 @@ jobs:
           pip install -r requirements-dev.txt
       - name: Build hivemind
         run: |
-          pip install -e .
+          pip install -e . --no-use-pep517
       - name: Test
         run: |
           pytest --cov=hivemind -v tests

+ 1 - 1
README.md

@@ -52,7 +52,7 @@ cd hivemind
 pip install .
 ```
 
-If you would like to verify that your installation is working properly, you can install with `pip install -e .[dev]`
+If you would like to verify that your installation is working properly, you can install with `pip install .[dev]`
 instead. Then, you can run the tests with `pytest tests/`.
 
 By default, hivemind uses the precompiled binary of

+ 1 - 1
docs/user/quickstart.md

@@ -11,7 +11,7 @@ You can also install the bleeding edge version from GitHub:
 ```
 git clone https://github.com/learning-at-home/hivemind
 cd hivemind
-pip install -e .
+pip install -e . --no-use-pep517
 ```
  
 ## Decentralized Training