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 a90347f commit 3358b7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ on:
- dev
- test-ci
jobs:
build:
build_teaching_and_solution:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
git config user.name github-actions
git config user.email [email protected]
Expand Down
6 changes: 1 addition & 5 deletions workshop_git_tools/process_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
from abc import abstractmethod
from pathlib import Path
import subprocess

import sys

print(sys.path)

import git
from git import GitCommandError

from joblib import Parallel, delayed
import pathos
Expand Down

0 comments on commit 3358b7d

Please sign in to comment.