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 e6a79d4 commit c640889Copy full SHA for c640889
.github/workflows/develop-pr-regression.yml
@@ -41,9 +41,9 @@ jobs:
41
python -m pip install --upgrade pip
42
pip install -r requirements.txt
43
44
+ # Depends on manually installing git-annex package on the local runner
45
- name: Set up osfv-test-data
46
run: |
- sudo apt-get install git-annex
47
pushd osfv-test-data
48
git config --global user.email "[email protected]"
49
git config --global user.name "Your Name"
0 commit comments