CI: correct if statement

This commit is contained in:
Fabian 2024-01-31 09:59:31 +01:00
parent 718dbbb1c5
commit c4a634659d

View File

@ -76,7 +76,7 @@ jobs:
- name: Install inhouse packages
run: |
pip install git+https://github.com/PyPSA/atlite.git@master git+https://github.com/PyPSA/powerplantmatching.git@master git+https://github.com/PyPSA/linopy.git@master
if: ${{ matrix.inhouse }} == 'master'
if: ${{ matrix.inhouse }} == 'master'
- name: Set cache dates
run: |