Skip to content

Commit

Permalink
chore: on ubuntu appveyor install git-annex from snapshot
Browse files Browse the repository at this point in the history
isntallation from .deb for that elderly version iirc is not possible since depends on missing in that ubuntu libffi7 or smth like that
  • Loading branch information
yarikoptic committed Nov 15, 2024
1 parent 0b30ab6 commit d28e5f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ environment:
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
INSTALL_GITANNEX: git-annex -m snapshot
# Windows core tests
- ID: WinP39core
# ~35 min
Expand Down Expand Up @@ -121,7 +121,7 @@ environment:
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
INSTALL_GITANNEX: git-annex -m snapshot
- ID: WinP39a1
# ~40min
DTS: >
Expand Down Expand Up @@ -184,7 +184,7 @@ environment:
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
INSTALL_GITANNEX: git-annex -m snapshot
- ID: Ubu22P311b
# ~25min
PY: 3.11
Expand All @@ -200,7 +200,7 @@ environment:
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
INSTALL_GITANNEX: git-annex -m snapshot

matrix:
allow_failures:
Expand Down

0 comments on commit d28e5f1

Please sign in to comment.