Skip to content

Commit 93f0433

Browse files
authored
Merge pull request #64 from datalad/CI-bumps
Ci bumps: newer git annex and also python 3.8 not 3.7
2 parents f694006 + 2f79542 commit 93f0433

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/test_crippledfs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)