We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d8646 commit 035e92aCopy full SHA for 035e92a
1 file changed
.github/workflows/testing.yml
@@ -33,8 +33,8 @@ jobs:
33
- name: Install Python dependencies
34
run: |
35
python -m pip install --upgrade "pip<25.3"
36
- pip install -r requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}.txt
37
pip install -r requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt
+ pip install -e . --no-deps
38
39
- name: Set SSL_CERT_FILE (Linux)
40
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
@@ -59,7 +59,6 @@ jobs:
59
MP_API_KEY: ${{ secrets[env.API_KEY_NAME] }}
60
#MP_API_ENDPOINT: https://api-preview.materialsproject.org/
61
62
- pip install -e .
63
pytest -n auto -x --cov=mp_api --cov-report=xml
64
- uses: codecov/codecov-action@v1
65
with:
0 commit comments