CI: correct if statement
This commit is contained in:
parent
718dbbb1c5
commit
c4a634659d
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -76,7 +76,7 @@ jobs:
|
|||||||
- name: Install inhouse packages
|
- name: Install inhouse packages
|
||||||
run: |
|
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
|
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
|
- name: Set cache dates
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user