Skip to content

Commit

Permalink
Add python initialization and dependency install to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
r.jaepel committed Oct 23, 2023
1 parent 91b4621 commit a90347f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions workshop_git_tools/process_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
from abc import abstractmethod
from pathlib import Path
import subprocess

import sys

print(sys.path)

import git

from joblib import Parallel, delayed
Expand Down

0 comments on commit a90347f

Please sign in to comment.