Skip to content

Commit

Permalink
add env info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin2 committed Jul 18, 2024
1 parent afc6c31 commit 43fdcef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
cache-downloads: true

- name: Install dependencies
env:
PYTHON_VERSION: ${{ matrix.python-version }}
run: |
python --version
pip install pytest-cov restructuredtext-lint pytest-xdist 'coverage!=6.3.0'
Expand Down

0 comments on commit 43fdcef

Please sign in to comment.