Skip to content

Commit

Permalink
Which python
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Apr 6, 2024
1 parent bfb6a0f commit c3c3f52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Use virtualenv
run: source venv/bin/activate

- name: Which Python?
run: |
which python
python --version
- name: Install dependencies
run: pip install -r requirements.txt -r requirements-dev.txt

Expand Down

0 comments on commit c3c3f52

Please sign in to comment.