Skip to content

Commit

Permalink
appveyor: use ubuntu 22.04 and explicitly ask for 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Nov 14, 2024
1 parent c56999f commit 995a7a3
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ environment:
# is a need for debugging

# Ubuntu core tests
- ID: Ubu20core
- ID: Ubu22core
# ~30min
DTS: >
datalad.cli
Expand All @@ -75,7 +75,8 @@ environment:
datalad.dataset
datalad.distributed
datalad.distribution
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204
PY: 3.9
INSTALL_SYSPKGS: python3-virtualenv
CODECOV_BINARY: https://uploader.codecov.io/latest/linux/codecov
# system git-annex is way too old, use better one
Expand Down Expand Up @@ -105,7 +106,7 @@ environment:
CODECOV_BINARY: https://cli.codecov.io/v0.7.4/macos/codecov

# Additional test runs
- ID: Ubu20a1
- ID: Ubu22a1
# ~30min
DTS: >
datalad.downloaders
Expand All @@ -115,7 +116,8 @@ environment:
datalad.support
datalad.tests
datalad.ui
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204
PY: 3.9
INSTALL_SYSPKGS: python3-virtualenv
CODECOV_BINARY: https://uploader.codecov.io/latest/linux/codecov
# system git-annex is way too old, use better one
Expand Down Expand Up @@ -168,7 +170,7 @@ environment:
CODECOV_BINARY: https://cli.codecov.io/v0.7.4/macos/codecov

# Test alternative Python versions
- ID: Ubu20P311a
- ID: Ubu22P311a
# ~35min
PY: 3.11
DTS: >
Expand All @@ -178,12 +180,12 @@ environment:
datalad.dataset
datalad.distributed
datalad.distribution
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204
INSTALL_SYSPKGS: python3-virtualenv
CODECOV_BINARY: https://uploader.codecov.io/latest/linux/codecov
# system git-annex is way too old, use better one
INSTALL_GITANNEX: git-annex -m deb-url --url https://datasets.datalad.org/datalad/packages/neurodebian/git-annex_8.20210903-1_amd64.deb
- ID: Ubu20P311b
- ID: Ubu22P311b
# ~25min
PY: 3.11
DTS: >
Expand All @@ -194,7 +196,7 @@ environment:
datalad.support
datalad.tests
datalad.ui
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204
INSTALL_SYSPKGS: python3-virtualenv
CODECOV_BINARY: https://uploader.codecov.io/latest/linux/codecov
# system git-annex is way too old, use better one
Expand Down

0 comments on commit 995a7a3

Please sign in to comment.