Skip to content

Commit

Permalink
feat: show python version
Browse files Browse the repository at this point in the history
  • Loading branch information
pdrb committed Sep 29, 2024
1 parent cec29c0 commit 98707b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Test
run: python3 -m unittest -v
- name: Show Version and Test
run: |
python3 --version
python3 -m unittest -v

0 comments on commit 98707b0

Please sign in to comment.