Skip to content

Commit

Permalink
Unpin CI Python version for AiiDA tests (closes #401)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 25, 2020
1 parent 7024125 commit 6cb2db2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deps_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,20 +187,17 @@ jobs:
OPTIMADE_CI_FORCE_MONGO: 0

- name: Install adapter conversion dependencies
if: matrix.python-version != 3.7
run: |
pip install -r requirements-client.txt
# AiiDA-specific
reentry scan
- name: Setup up environment for AiiDA
if: matrix.python-version != 3.7
env:
AIIDA_TEST_BACKEND: django
run: .github/aiida/setup_aiida.sh

- name: Run previously skipped tests for adapter conversion
if: matrix.python-version != 3.7
run: pytest -rs -vvv --cov=./optimade/ --cov-report=xml --cov-append tests/adapters/

- name: Upload coverage to Codecov
Expand Down

0 comments on commit 6cb2db2

Please sign in to comment.