Skip to content

Commit 41efa4f

Browse files
committed
fix github actions quotes
1 parent d9aed4f commit 41efa4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install aiida develop version
4343
run: |
4444
pip install git+git://github.com/aiidateam/aiida-core
45-
if: ${{ matrix.aiida-version == "develop" }}
45+
if: ${{ matrix.aiida-version == 'develop' }}
4646

4747
- name: Install python dependencies
4848
run: |
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Run reentry scan
5353
run: reentry scan
54-
if: ${{ matrix.aiida-version != "develop" }}
54+
if: ${{ matrix.aiida-version != 'develop' }}
5555

5656
- name: Run test suite
5757
env:

0 commit comments

Comments
 (0)