Skip to content

Commit

Permalink
ci(appveyor): give more descriptive names to Mac matrix runs, remove …
Browse files Browse the repository at this point in the history
…identical, test one against datalad/packages way

Unclear why there were 3 identical!  interestingly some did time out with brew installation of annex, some succeeded.
So I guess it would remain flaky
  • Loading branch information
yarikoptic committed Oct 31, 2024
1 parent 51ad680 commit 82d869a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,16 @@ environment:
#INSTALL_GITANNEX: git-annex=8.20201129
INSTALL_GITANNEX: git-annex

- ID: MacP310a1
- ID: MacP310-default
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
PY: 3.10
# ATM default is brew
INSTALL_GITANNEX: git-annex
- ID: MacP310a2
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
PY: 3.10
INSTALL_GITANNEX: git-annex
- ID: MacP310a3

- ID: MacP310-packages
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
PY: 3.10
INSTALL_GITANNEX: git-annex
INSTALL_GITANNEX: git-annex -m datalad/packages

# Test alternative Python versions
- ID: Ubu20P39
Expand Down

0 comments on commit 82d869a

Please sign in to comment.