File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ environment:
6666 APPVEYOR_BUILD_WORKER_IMAGE : Ubuntu2004
6767 INSTALL_SYSPKGS : python3-virtualenv
6868 # system git-annex is way too old, use better one
69- INSTALL_GITANNEX : git-annex -m deb-url --url http:// snapshot.debian.org/archive/debian/20210906T204127Z/pool/main/g/git-annex/git-annex_8.20210903-1_amd64.deb
69+ INSTALL_GITANNEX : git-annex -m snapshot
7070 CODECOV_BINARY : https://uploader.codecov.io/latest/linux/codecov
7171 # Windows core tests
7272 - ID : WinP39core
7373 # ~35 min
7474 DTS : datalad_helloworld
75- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
75+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2022
7676 # Python version specification is non-standard on windows
7777 PY : 39-x64
7878 INSTALL_GITANNEX : git-annex -m datalad/packages
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 git config --global user.email "[email protected] " 2929 git config --global user.name "GitHub Almighty"
3030 - uses : actions/checkout@v3
31- - name : Set up Python 3.7
31+ - name : Set up Python 3.8
3232 uses : actions/setup-python@v4
3333 with :
34- python-version : 3.7
34+ python-version : 3.8
3535 - name : Install dependencies
3636 run : |
3737 pip install -r requirements-devel.txt
You can’t perform that action at this time.
0 commit comments