Skip to content

Commit

Permalink
chore(ci): Show git annex version
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed May 25, 2024
1 parent 4500b2a commit 02e8fae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02e8fae

Please sign in to comment.