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 96b8148 commit d38aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: virtualenv env

- name: Activate virtualenv
run: . ./env/bin/activate
run: source env/bin/activate

- name: debug
run: echo `which python`
Expand Down

0 comments on commit d38aa25

Please sign in to comment.