Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eodolphi committed Feb 5, 2025
1 parent cd4e5af commit 96b8148
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
- name: Activate virtualenv
run: . ./env/bin/activate

- name: debug
run: echo `which python`

- name: debug
run: echo `which pip`

- name: Install pip dependencies
run: pip install -e .[test]

Expand Down

0 comments on commit 96b8148

Please sign in to comment.