Skip to content

Commit c640889

Browse files
committed
develop-pr-regression.yml: assume installed git annex
Signed-off-by: Filip Gołaś <[email protected]>
1 parent e6a79d4 commit c640889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/develop-pr-regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
python -m pip install --upgrade pip
4242
pip install -r requirements.txt
4343
44+
# Depends on manually installing git-annex package on the local runner
4445
- name: Set up osfv-test-data
4546
run: |
46-
sudo apt-get install git-annex
4747
pushd osfv-test-data
4848
git config --global user.email "[email protected]"
4949
git config --global user.name "Your Name"

0 commit comments

Comments
 (0)