Skip to content

Commit

Permalink
appveyor: install git-annex from datalad/packages since brew is no go…
Browse files Browse the repository at this point in the history
…od ATM
  • Loading branch information
yarikoptic committed Nov 14, 2024
1 parent 995a7a3 commit 39e606c
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 @@ -101,7 +101,7 @@ environment:
# does not give a functional installation
# INSTALL_GITANNEX: git-annex -m snapshot
#INSTALL_GITANNEX: git-annex=8.20201129
INSTALL_GITANNEX: git-annex
INSTALL_GITANNEX: git-annex -m datalad/packages
DATALAD_LOCATIONS_SOCKETS: /Users/appveyor/DLTMP/sockets
CODECOV_BINARY: https://cli.codecov.io/v0.7.4/macos/codecov

Expand Down Expand Up @@ -155,7 +155,7 @@ environment:
datalad.ui
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
PY: 3.9
INSTALL_GITANNEX: git-annex
INSTALL_GITANNEX: git-annex -m datalad/packages
DATALAD_LOCATIONS_SOCKETS: /Users/appveyor/DLTMP/sockets
CODECOV_BINARY: https://cli.codecov.io/v0.7.4/macos/codecov
- ID: MacP39a2
Expand All @@ -165,7 +165,7 @@ environment:
datalad.distributed
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
PY: 3.9
INSTALL_GITANNEX: git-annex
INSTALL_GITANNEX: git-annex -m datalad/packages
DATALAD_LOCATIONS_SOCKETS: /Users/appveyor/DLTMP/sockets
CODECOV_BINARY: https://cli.codecov.io/v0.7.4/macos/codecov

Expand Down Expand Up @@ -229,7 +229,7 @@ cache:
- /home/appveyor/.cache/pip -> .appveyor.yml
# TODO: where is the cache on macOS?
#- /Users/appveyor/.cache/pip -> .appveyor.yml
# TODO: Can we cache `brew`?
# TODO: Can we cache `rew`?
#- /usr/local/Cellar
#- /usr/local/bin

Expand Down

0 comments on commit 39e606c

Please sign in to comment.