Skip to content

Commit 4b305be

Browse files
committed
chore(ci): Fix git annex installation
1 parent 02e8fae commit 4b305be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ jobs:
4747
python-version: ${{ matrix.python-version }}
4848

4949
- name: Install git-annex ubuntu
50-
if: matrix.platform == 'ubuntu-latest'
50+
if: matrix.os == 'ubuntu-latest'
5151
run: conda install -c conda-forge git-annex
5252

5353
- name: Install git-annex macos
54-
if: matrix.platform == 'macos-latest'
54+
if: matrix.os == 'macos-latest'
5555
run: brew install git-annex
5656

5757
- name: Install git-annex windows
58-
if: matrix.platform == 'windows-latest'
58+
if: matrix.os == 'windows-latest'
5959
uses: crazy-max/ghaction-chocolatey@v3
6060
with:
6161
args: install git-annex --yes --ignore-checksums

0 commit comments

Comments
 (0)