Skip to content

Commit

Permalink
Update environment.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman authored Jul 11, 2023
1 parent 89be6b4 commit d6fe82f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kedro-airflow/features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ def call(cmd, print_output=False):

# pip install us
call([context.python, "-m", "pip", "install", "-U", "pip", "pip-tools"])
call([context.pip, "install", "-r", "test_requirements.txt"])
call([context.pip, "install", "."])
call([context.pip, "install", ".[test]"])

context.temp_dir = Path(tempfile.mkdtemp())

Expand Down

0 comments on commit d6fe82f

Please sign in to comment.