We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87eb200 commit af55ea2Copy full SHA for af55ea2
.github/workflows/extensions.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
mypy ${{ matrix.package }}/src
62
- name: Run pytest
63
- if: ${{ matrix.package != "./extensions/gubbins/gubbins-logic" }}
+ if: ${{ matrix.package != './extensions/gubbins/gubbins-logic' }}
64
65
cd ${{ matrix.package }}
66
pip install .[testing]
.github/workflows/main.yml
@@ -69,7 +69,7 @@ jobs:
69
pip install git+https://github.com/DIRACGrid/DIRAC.git@integration
70
pip install ${{ matrix.dependencies }}
71
72
- if: ${{ matrix.package != "./diracx-logic" }}
+ if: ${{ matrix.package != './diracx-logic' }}
73
74
75
0 commit comments