Skip to content

Commit 035e92a

Browse files
tweak wf order
1 parent d1d8646 commit 035e92a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Install Python dependencies
3434
run: |
3535
python -m pip install --upgrade "pip<25.3"
36-
pip install -r requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}.txt
3736
pip install -r requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt
37+
pip install -e . --no-deps
3838
3939
- name: Set SSL_CERT_FILE (Linux)
4040
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
@@ -59,7 +59,6 @@ jobs:
5959
MP_API_KEY: ${{ secrets[env.API_KEY_NAME] }}
6060
#MP_API_ENDPOINT: https://api-preview.materialsproject.org/
6161
run: |
62-
pip install -e .
6362
pytest -n auto -x --cov=mp_api --cov-report=xml
6463
- uses: codecov/codecov-action@v1
6564
with:

0 commit comments

Comments
 (0)