Skip to content

Commit 02e8fae

Browse files
committed
chore(ci): Show git annex version
1 parent 4500b2a commit 02e8fae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
args: install git-annex --yes --ignore-checksums
6262
continue-on-error: true # This can fail for stupid reasons ¯\_(ツ)_/¯
6363

64+
- name: Show software versions
65+
run: |
66+
python -c "import sys; print(sys.version)"
67+
git annex version
68+
6469
- name: Install tox
6570
run: |
6671
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)