Skip to content

Commit af55ea2

Browse files
committed
fix
1 parent 87eb200 commit af55ea2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
mypy ${{ matrix.package }}/src
6262
- name: Run pytest
63-
if: ${{ matrix.package != "./extensions/gubbins/gubbins-logic" }}
63+
if: ${{ matrix.package != './extensions/gubbins/gubbins-logic' }}
6464
run: |
6565
cd ${{ matrix.package }}
6666
pip install .[testing]

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
pip install git+https://github.com/DIRACGrid/DIRAC.git@integration
7070
pip install ${{ matrix.dependencies }}
7171
- name: Run pytest
72-
if: ${{ matrix.package != "./diracx-logic" }}
72+
if: ${{ matrix.package != './diracx-logic' }}
7373
run: |
7474
cd ${{ matrix.package }}
7575
pip install .[testing]

0 commit comments

Comments
 (0)