We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9aed4f commit 41efa4fCopy full SHA for 41efa4f
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install aiida develop version
43
run: |
44
pip install git+git://github.com/aiidateam/aiida-core
45
- if: ${{ matrix.aiida-version == "develop" }}
+ if: ${{ matrix.aiida-version == 'develop' }}
46
47
- name: Install python dependencies
48
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Run reentry scan
53
run: reentry scan
54
- if: ${{ matrix.aiida-version != "develop" }}
+ if: ${{ matrix.aiida-version != 'develop' }}
55
56
- name: Run test suite
57
env:
0 commit comments