From 02e8faec6fced3b63a17758abe41e55efa3a6fd3 Mon Sep 17 00:00:00 2001
From: Chris Markiewicz <effigies@gmail.com>
Date: Fri, 24 May 2024 22:49:11 -0400
Subject: [PATCH] chore(ci): Show git annex version

---
 .github/workflows/python_tests.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml
index f686376..8b50e49 100644
--- a/.github/workflows/python_tests.yml
+++ b/.github/workflows/python_tests.yml
@@ -61,6 +61,11 @@ jobs:
           args: install git-annex --yes --ignore-checksums
         continue-on-error: true  # This can fail for stupid reasons ¯\_(ツ)_/¯
 
+      - name: Show software versions
+        run: |
+          python -c "import sys; print(sys.version)"
+          git annex version
+
       - name: Install tox
         run: |
           python -m pip install --upgrade pip