Merge pull request #1040 from PyPSA/reenable-windows-ci

reenable windows ci with snakemake 8.11
This commit is contained in:
Fabian Neumann 2024-04-29 10:06:12 +02:00 committed by GitHub
commit 0a285ad984
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
# - windows-latest
- windows-latest
inhouse:
- stable
- master

View File

@ -8,7 +8,7 @@ from os.path import normpath, exists
from shutil import copyfile, move, rmtree
from snakemake.utils import min_version
min_version("8.5")
min_version("8.11")
from scripts._helpers import path_provider, copy_default_files, get_scenarios, get_rdir

View File

@ -20,7 +20,7 @@ dependencies:
- openpyxl!=3.1.1
- pycountry
- seaborn
- snakemake-minimal>=8.5
- snakemake-minimal>=8.11
- memory_profiler
- yaml
- pytables