We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e8fae commit 4b305beCopy full SHA for 4b305be
.github/workflows/python_tests.yml
@@ -47,15 +47,15 @@ jobs:
47
python-version: ${{ matrix.python-version }}
48
49
- name: Install git-annex ubuntu
50
- if: matrix.platform == 'ubuntu-latest'
+ if: matrix.os == 'ubuntu-latest'
51
run: conda install -c conda-forge git-annex
52
53
- name: Install git-annex macos
54
- if: matrix.platform == 'macos-latest'
+ if: matrix.os == 'macos-latest'
55
run: brew install git-annex
56
57
- name: Install git-annex windows
58
- if: matrix.platform == 'windows-latest'
+ if: matrix.os == 'windows-latest'
59
uses: crazy-max/ghaction-chocolatey@v3
60
with:
61
args: install git-annex --yes --ignore-checksums
0 commit comments