build: pin rasterio<1.4
(#1334)
* build: pin `rasterio<1.4` * fix fixed updater * run tests daily
This commit is contained in:
parent
991916370f
commit
0bf72cac6f
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -12,7 +12,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: "0 5 * * TUE"
|
||||
- cron: "0 5 * * *"
|
||||
|
||||
# Cancel any in-progress runs when a new run is triggered
|
||||
concurrency:
|
||||
|
4
.github/workflows/update-fixed-env.yaml
vendored
4
.github/workflows/update-fixed-env.yaml
vendored
@ -18,12 +18,12 @@ jobs:
|
||||
- name: Setup conda
|
||||
uses: conda-incubator/setup-miniconda@v3
|
||||
with:
|
||||
activate-environment: pypsa-eur
|
||||
activate-environment: ${{ github.event.repository.name }}
|
||||
environment-file: envs/environment.yaml
|
||||
|
||||
- name: Update environment.fixed.yaml
|
||||
run: |
|
||||
conda env export --name pypsa-eur-fixed --no-builds > envs/environment.fixed.yaml
|
||||
conda env export --name ${{ github.event.repository.name }} --no-builds | sed 's/^name: ${{ github.event.repository.name }}$/name: ${{ github.event.repository.name }}-fixed/' > envs/environment.fixed.yaml
|
||||
|
||||
- name: Add SPDX header
|
||||
run: |
|
||||
|
@ -56,7 +56,7 @@ dependencies:
|
||||
# GIS dependencies:
|
||||
- cartopy
|
||||
- descartes
|
||||
- rasterio!=1.2.10
|
||||
- rasterio<1.4
|
||||
|
||||
- pip:
|
||||
- tsam>=2.3.1
|
||||
|
Loading…
Reference in New Issue
Block a user